summaryrefslogtreecommitdiff
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-21 06:31:39 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-21 06:31:39 +0000
commit7f5162352f74f10127304edfc0894515e3ff3b2e (patch)
treebfd7a11eea7b82425b4fb1bb054ff564fed785fe /capture_opts.h
parent6090a6c6590bd034a50ab4a3e183fe7708324c16 (diff)
downloadwireshark-7f5162352f74f10127304edfc0894515e3ff3b2e.tar.gz
scan_local_interfaces() isn't in capture_opts.c; don't declare it in
capture_opts.h. (It arguably belongs somewhere other than in a file in ui/gtk, but, if so, move it there, e.g. to something in ui.) svn path=/trunk/; revision=41712
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/capture_opts.h b/capture_opts.h
index c8f65747dc..bc1e9bdf3e 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -280,9 +280,6 @@ typedef struct {
cap_settings_t
capture_get_cap_settings (gchar *if_name);
-extern void
-scan_local_interfaces(capture_options* capture_opts, int *error);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */