aboutsummaryrefslogtreecommitdiffstats
path: root/capture_errs.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-06 01:04:55 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-06 01:04:55 +0000
commitb875a4ea91899047f04170364717bd8054fec0e6 (patch)
tree237cf0af125d5e096a91fd90beb8b2d105bf52ed /capture_errs.h
parent48ac91f29c87c034dc5e9d6887eadbde1509e323 (diff)
add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.c
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16693 f5534014-38df-0310-8fa8-9805f1628bb7
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 */