aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'extcap.h')
-rw-r--r--extcap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extcap.h b/extcap.h
index d63cb17cb5..9701ae52e3 100644
--- a/extcap.h
+++ b/extcap.h
@@ -72,8 +72,8 @@ if_capabilities_t *
extcap_get_if_dlts(const gchar * ifname, char ** err_str);
/* append a list of all extcap capture interfaces to the specified list */
-void
-extcap_interface_list(GList **listp, char **err_str);
+GList *
+append_extcap_interface_list(GList *list, char **err_str);
/* get a list of all available extcap tools */
GHashTable *