summaryrefslogtreecommitdiffstats
path: root/capture/capture_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture/capture_sync.h')
-rw-r--r--capture/capture_sync.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/capture/capture_sync.h b/capture/capture_sync.h
index 7b3020cc..76e5e095 100644
--- a/capture/capture_sync.h
+++ b/capture/capture_sync.h
@@ -94,9 +94,14 @@ sync_if_capabilities_open(const char *ifname, bool monitor_mode, const char* aut
char **data, char **primary_msg,
char **secondary_msg, void (*update_cb)(void));
+extern int
+sync_if_list_capabilities_open(GList *ifqueries,
+ char **data, char **primary_msg,
+ char **secondary_msg, void (*update_cb)(void));
+
/** Start getting interface statistics using dumpcap. */
extern int
-sync_interface_stats_open(int *read_fd, ws_process_id *fork_child, char **msg, void (*update_cb)(void));
+sync_interface_stats_open(int *read_fd, ws_process_id *fork_child, char **data, char **msg, void (*update_cb)(void));
/** Stop gathering statistics. */
extern int