fix for netmon 3.x captures
[metze/wireshark/wip.git] / extcap.h
index 17960a10da04088358776a9a603e8cf6f7a373a8..55f4af7f69cb10ac1f37b16caa6b162ba092395e 100644 (file)
--- a/extcap.h
+++ b/extcap.h
@@ -65,10 +65,6 @@ struct _extcap_arg;
 extern "C" {
 #endif /* __cplusplus */
 
-/* Count the number of extcap binaries */
-guint
-extcap_count(void);
-
 /* Registers preferences for all interfaces */
 void
 extcap_register_preferences(void);
@@ -143,7 +139,7 @@ gboolean
 extcap_init_interfaces(capture_options * capture_opts);
 
 gboolean
-extcap_create_pipe(const gchar *ifname, gchar **fifo, const gchar *pipe_prefix, gboolean byte_mode);
+extcap_create_pipe(const gchar *ifname, gchar **fifo, const gchar *pipe_prefix);
 
 /* Clean up all if related stuff */
 void