aboutsummaryrefslogtreecommitdiffstats
path: root/extcap_spawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'extcap_spawn.h')
-rw-r--r--extcap_spawn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap_spawn.h b/extcap_spawn.h
index b9b2ef491e..16d8a97a58 100644
--- a/extcap_spawn.h
+++ b/extcap_spawn.h
@@ -44,7 +44,7 @@ typedef struct _extcap_userdata {
gboolean extcap_spawn_sync ( gchar * dirname, gchar * command, gint argc, gchar ** argv, gchar ** command_output );
-GPid extcap_spawn_async ( interface_options * interface, GPtrArray * args );
+GPid extcap_spawn_async ( extcap_userdata * userdata, GPtrArray * args );
#ifdef _WIN32
gboolean extcap_wait_for_pipe(HANDLE pipe_h, HANDLE pid);