summaryrefslogtreecommitdiff
path: root/evthread-internal.h
diff options
context:
space:
mode:
authorPatrick Pelletier <code@funwithsoftware.org>2013-02-07 17:20:08 -0800
committerPatrick Pelletier <code@funwithsoftware.org>2013-02-14 20:26:38 -0800
commit0c6ec5d816189805c6fafdf385b171cbc3f67ff3 (patch)
treedeee92c5bdb7783223503d6882eba5ede01a2770 /evthread-internal.h
parent729651260db2a2ec0fafe06586c570febe69e60d (diff)
downloadlibevent-0c6ec5d816189805c6fafdf385b171cbc3f67ff3.tar.gz
use FormatMessage for winsock errors
as discussed here: http://archives.seul.org/libevent/users/Feb-2013/msg00004.html
Diffstat (limited to 'evthread-internal.h')
-rw-r--r--evthread-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/evthread-internal.h b/evthread-internal.h
index 6de07c24..346b2bb9 100644
--- a/evthread-internal.h
+++ b/evthread-internal.h
@@ -373,6 +373,7 @@ void *evthread_setup_global_lock_(void *lock_, unsigned locktype,
int event_global_setup_locks_(const int enable_locks);
int evsig_global_setup_locks_(const int enable_locks);
+int evutil_global_setup_locks_(const int enable_locks);
int evutil_secure_rng_global_setup_locks_(const int enable_locks);
#endif