aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_sync.h b/capture_sync.h
index a498043454..26a6b7afe4 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -81,7 +81,7 @@ sync_interface_stats_close(int *read_fd, int *fork_child, gchar **msg);
/** Read a line from a pipe, similar to fgets. Non-blocking. */
extern int
-sync_pipe_gets_nonblock(int pipe, char *bytes, int max);
+sync_pipe_gets_nonblock(int pipe_fd, char *bytes, int max);
#endif /* capture_sync.h */