summaryrefslogtreecommitdiff
path: root/wsutil/crash_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crash_info.h')
-rw-r--r--wsutil/crash_info.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/wsutil/crash_info.h b/wsutil/crash_info.h
index d19ce6bcc5..9643fe8c34 100644
--- a/wsutil/crash_info.h
+++ b/wsutil/crash_info.h
@@ -31,8 +31,7 @@
extern "C" {
#endif
-WS_DLL_PUBLIC
-extern void ws_add_crash_info(const char *fmt, ...)
+WS_DLL_PUBLIC void ws_add_crash_info(const char *fmt, ...)
G_GNUC_PRINTF(1,2);
#ifdef __cplusplus