aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 08:34:12 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-23 08:34:12 +0000
commitc7d1ca0f267b13e6415cd764d5543cdfcaaf19a1 (patch)
tree39a589264bfea4380ef1bedab609e9034c423da8 /capture.h
parente8366f477e0ec4c205f2e147ba882e29baabd1a1 (diff)
use the applications name (currently "ethereal" or "tethereal") in capture_opts, instead of hardcoded "ethereal" for both.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13476 f5534014-38df-0310-8fa8-9805f1628bb7
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