fix cant_load_winpcap_err() parameter
[obnox/wireshark/wip.git] / capture_errs.h
index 6b782ee4af08e8e9edaf9f114256e678bd4231bd..f04a36b93f03d0d7681d3eb830b274dcd6862fe2 100644 (file)
@@ -26,7 +26,7 @@
 #ifdef HAVE_LIBPCAP
 
 #ifdef _WIN32
-extern char *cant_load_winpcap_err(void);
+extern char *cant_load_winpcap_err(const char *app_name);
 #endif /* _WIN32 */
 
 #endif /* HAVE_LIBPCAP */