summaryrefslogtreecommitdiff
path: root/capture_sync.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-30 15:39:40 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-30 15:39:40 +0000
commitbe9bdd1fee9b82d3e0064f55f32deb23ec606c87 (patch)
tree9d779ab92cfedebd9482c900b93a16de6c05a006 /capture_sync.h
parentab066c9e876dc219975ce8faa8f8ffc3def89b86 (diff)
downloadwireshark-be9bdd1fee9b82d3e0064f55f32deb23ec606c87.tar.gz
(hopefully) removed various gcc warnings
svn path=/trunk/; revision=14241
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/capture_sync.h b/capture_sync.h
index fc6b0a63c9..614747ee5e 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -43,11 +43,10 @@
* Most of the parameters are passed through the global capture_opts.
*
* @param capture_opts the options
- * @param is_tempfile TRUE if the current cfile is a tempfile
* @return TRUE if a capture could be started, FALSE if not
*/
extern gboolean
-sync_pipe_start(capture_options *capture_opts, gboolean is_tempfile);
+sync_pipe_start(capture_options *capture_opts);
/** User wants to stop capturing, gracefully close the capture child */
extern void