aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-23 08:34:12 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-23 08:34:12 +0000
commit72547c8d02ca61a538710cacf529cb09a21f95a3 (patch)
tree39a589264bfea4380ef1bedab609e9034c423da8 /capture.h
parent105e5bd617a6d4d785ee6e650b13b2a631728fe2 (diff)
use the applications name (currently "ethereal" or "tethereal") in capture_opts, instead of hardcoded "ethereal" for both.
svn path=/trunk/; revision=13476
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.h b/capture.h
index 5ddbb1538e..bde228f89a 100644
--- a/capture.h
+++ b/capture.h
@@ -93,7 +93,7 @@ extern void
capture_opts_init(capture_options *capture_opts, void *cfile);
extern void
-capture_opt_add(capture_options *capture_opts, int opt, const char *optarg, gboolean *start_capture);
+capture_opts_add_opt(capture_options *capture_opts, const char *appname, int opt, const char *optarg, gboolean *start_capture);
/**
* Open a specified file, or create a temporary file, and start a capture