aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.h
diff options
context:
space:
mode:
authorTomasz Moń <desowin@gmail.com>2019-05-18 12:48:17 +0200
committerPascal Quantin <pascal@wireshark.org>2019-06-10 23:03:09 +0000
commitc0a49d7237fc24dd45dac0eb5b45afa2d4359493 (patch)
treeb7ffa4c2ea6bc65cb925952e49a29cf76937bf85 /extcap.h
parent367bb983eecef327f4b73febf0d03015b423a589 (diff)
extcap: Do not use global pipe handle on Windows
Make extcap_create_pipe() static. Change-Id: I06a0af2dcf9fb4a51b4f7ba6ee7c57e7a52c5e97 Reviewed-on: https://code.wireshark.org/review/33250 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'extcap.h')
-rw-r--r--extcap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/extcap.h b/extcap.h
index bab57c27c2..323ea9c759 100644
--- a/extcap.h
+++ b/extcap.h
@@ -144,9 +144,6 @@ extcap_has_toolbar(const char *ifname);
gboolean
extcap_init_interfaces(capture_options * capture_opts);
-gboolean
-extcap_create_pipe(const gchar *ifname, gchar **fifo, const gchar *pipe_prefix);
-
/* Clean up all if related stuff */
void
extcap_if_cleanup(capture_options * capture_opts, gchar ** errormsg);