add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.c
[obnox/wireshark/wip.git] / capture_errs.h
index f04a36b93f03d0d7681d3eb830b274dcd6862fe2..b96adac6ad3802f35e6c29e527e825377c267878 100644 (file)
@@ -26,6 +26,8 @@
 #ifdef HAVE_LIBPCAP
 
 #ifdef _WIN32
+/* error message, if WinPcap couldn't be loaded */
+/* will use g_strdup, don't forget to g_free the returned string! */
 extern char *cant_load_winpcap_err(const char *app_name);
 #endif /* _WIN32 */