summaryrefslogtreecommitdiff
path: root/wsutil/crash_info.h
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-28 14:09:46 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-28 14:09:46 +0000
commit45c2884f1bbd9c06f7ba3091d968fcb6649a5f56 (patch)
treebb66eea36a288f1ab5e33468ee9bf2989339b2aa /wsutil/crash_info.h
parent018ba4ea6584f63aa5c4b741c2e6f6fedc609ad2 (diff)
downloadwireshark-45c2884f1bbd9c06f7ba3091d968fcb6649a5f56.tar.gz
Export libwsutil symbols using WS_DLL_PUBLIC define
This change replaces *.def and *.sym file usage following the guideline at http://gcc.gnu.org/wiki/Visibility svn path=/trunk/; revision=47938
Diffstat (limited to 'wsutil/crash_info.h')
-rw-r--r--wsutil/crash_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wsutil/crash_info.h b/wsutil/crash_info.h
index 43ccc5c9eb..d19ce6bcc5 100644
--- a/wsutil/crash_info.h
+++ b/wsutil/crash_info.h
@@ -25,10 +25,13 @@
#ifndef __CRASH_INFO_H__
#define __CRASH_INFO_H__
+#include "ws_symbol_export.h"
+
#ifdef __cplusplus
extern "C" {
#endif
+WS_DLL_PUBLIC
extern void ws_add_crash_info(const char *fmt, ...)
G_GNUC_PRINTF(1,2);