aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/etl.h
diff options
context:
space:
mode:
Diffstat (limited to 'extcap/etl.h')
-rw-r--r--extcap/etl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/extcap/etl.h b/extcap/etl.h
index 9207e92648..9480d248b9 100644
--- a/extcap/etl.h
+++ b/extcap/etl.h
@@ -1,5 +1,5 @@
-/* etl.h
-*
+/** @file
+ *
* Copyright 2020, Odysseus Yang
*
* Wireshark - Network traffic analyzer
@@ -29,7 +29,7 @@ typedef struct
char padding[64];
} SUPER_EVENT_TRACE_PROPERTIES;
-wtap_open_return_val etw_dump(const char* etl_filename, const char* pcapng_filename, const char* params, int* err, gchar** err_info);
+wtap_open_return_val etw_dump(const char* etl_filename, const char* pcapng_filename, const char* params, int* err, char** err_info);
#endif