aboutsummaryrefslogtreecommitdiffstats
path: root/capture_errs.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_errs.h')
-rw-r--r--capture_errs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/capture_errs.h b/capture_errs.h
index f04a36b93f..b96adac6ad 100644
--- a/capture_errs.h
+++ b/capture_errs.h
@@ -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 */