aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.h')
-rw-r--r--src/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.h b/src/daemon.h
index e2a3f40..7567a74 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -167,7 +167,7 @@ ssize_t preadn(int fildes, void *buf, size_t nbyte, size_t offset);
* @param offset See pwrite(3).
* @return See pwrite(3).
*/
-ssize_t pwriten(int fildes, void *buf, size_t nbyte, size_t offset);
+ssize_t pwriten(int fildes, const void *buf, size_t nbyte, size_t offset);
/**
* Wrapper for `read` that reads all available data.