aboutsummaryrefslogtreecommitdiffstats
path: root/sync_pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync_pipe.h')
-rw-r--r--sync_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync_pipe.h b/sync_pipe.h
index 87045ea4e7..e35ee99dce 100644
--- a/sync_pipe.h
+++ b/sync_pipe.h
@@ -63,7 +63,7 @@
#define SP_QUIT 'Q' /* "gracefully" capture quit message (SIGUSR1) */
/* write a single message header to the recipient pipe */
-extern int
+extern size_t
pipe_write_header(int pipe_fd, char indicator, int length);
/* write a message to the recipient pipe in the standard format