summaryrefslogtreecommitdiff
path: root/log-internal.h
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2017-05-29 22:07:57 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2017-05-29 22:07:57 +0300
commit3ac4f176eecf7f91fda920c34ab16b38cbb357f2 (patch)
treec44ab73e1addffdd249645da09ae6dd65fa0135a /log-internal.h
parent5f17c12de021c070501e97268e595da82bf38879 (diff)
downloadlibevent-3ac4f176eecf7f91fda920c34ab16b38cbb357f2.tar.gz
Revert "Make event_debug_get_logging_mask_() real symbol (win32)"
This reverts commit 5f17c12de021c070501e97268e595da82bf38879.
Diffstat (limited to 'log-internal.h')
-rw-r--r--log-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/log-internal.h b/log-internal.h
index 1451ab2a..fb53df41 100644
--- a/log-internal.h
+++ b/log-internal.h
@@ -48,8 +48,8 @@ extern "C" {
#endif
#ifdef EVENT_DEBUG_LOGGING_ENABLED
-EVENT2_EXPORT_SYMBOL
-int event_debug_get_logging_mask_();
+EVENT2_EXPORT_SYMBOL extern ev_uint32_t event_debug_logging_mask_;
+#define event_debug_get_logging_mask_() (event_debug_logging_mask_)
#else
#define event_debug_get_logging_mask_() (0)
#endif