summaryrefslogtreecommitdiff
path: root/capture_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 9a85526f45..c5ba0e2abb 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -326,6 +326,10 @@ typedef struct capture_options_tag {
extern void
capture_opts_init(capture_options *capture_opts);
+/* clean internal structures */
+extern void
+capture_opts_cleanup(capture_options *capture_opts);
+
/* set a command line option value */
extern int
capture_opts_add_opt(capture_options *capture_opts, int opt, const char *optarg, gboolean *start_capture);