diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-04-30 15:39:40 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-04-30 15:39:40 +0000 |
commit | be9bdd1fee9b82d3e0064f55f32deb23ec606c87 (patch) | |
tree | 9d779ab92cfedebd9482c900b93a16de6c05a006 /capture_sync.c | |
parent | ab066c9e876dc219975ce8faa8f8ffc3def89b86 (diff) | |
download | wireshark-be9bdd1fee9b82d3e0064f55f32deb23ec606c87.tar.gz wireshark-be9bdd1fee9b82d3e0064f55f32deb23ec606c87.tar.bz2 wireshark-be9bdd1fee9b82d3e0064f55f32deb23ec606c87.zip |
(hopefully) removed various gcc warnings
svn path=/trunk/; revision=14241
Diffstat (limited to 'capture_sync.c')
-rw-r--r-- | capture_sync.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/capture_sync.c b/capture_sync.c index b03cb9eb32..16fe008c57 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -107,7 +107,6 @@ static char *sync_pipe_signame(int); #endif -static gboolean sync_pipe_input_wait_for_start(capture_options *capture_opts, int sync_pipe_read); static gboolean sync_pipe_input_cb(gint source, gpointer user_data); static void sync_pipe_wait_for_child(capture_options *capture_opts, gboolean always_report); @@ -315,7 +314,7 @@ sync_pipe_quote_encapsulate(const char *string) #define ARGV_NUMBER_LEN 24 gboolean -sync_pipe_start(capture_options *capture_opts, gboolean is_tempfile) { +sync_pipe_start(capture_options *capture_opts) { char ssnap[ARGV_NUMBER_LEN]; char scount[ARGV_NUMBER_LEN]; char sfilesize[ARGV_NUMBER_LEN]; |