From 47ae9fa7bd00356af3f0ffabf6f1a6a4d13a9d81 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 6 Dec 2005 01:04:55 +0000 Subject: add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.c svn path=/trunk/; revision=16693 --- capture_errs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'capture_errs.h') 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 */ -- cgit v1.2.3