aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-06-23 21:27:37 +0000
committerGuy Harris <guy@alum.mit.edu>2008-06-23 21:27:37 +0000
commit3d2c418ba79dafce8593899c23f55bb1488381fe (patch)
treec9f23dfca7bd80633f27d26049a3e3a7f461f802 /capture_sync.h
parentddb5a7a13f184e2273540ffa257b15ebbdffc9af (diff)
Rename an argument to avoid colliding with pipe().
svn path=/trunk/; revision=25556
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 */