summaryrefslogtreecommitdiff
path: root/util-internal.h
diff options
context:
space:
mode:
authorTrond Norbye <trond.norbye@gmail.com>2014-02-19 06:31:27 +0100
committerTrond Norbye <trond.norbye@gmail.com>2014-02-25 14:57:24 +0100
commit4545fa9b6866df47ce2f908631a84477a94d5f49 (patch)
tree150efe636ebd209648e99fa57212387fd3c7fb89 /util-internal.h
parenta0dd5df20a204e99cad25ab1dfaaf3fc34a7a7d2 (diff)
downloadlibevent-4545fa9b6866df47ce2f908631a84477a94d5f49.tar.gz
Add option to build shared library
Diffstat (limited to 'util-internal.h')
-rw-r--r--util-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util-internal.h b/util-internal.h
index 0ab8a257..5866dbc5 100644
--- a/util-internal.h
+++ b/util-internal.h
@@ -443,6 +443,9 @@ HANDLE evutil_load_windows_system_library_(const TCHAR *library_name);
evutil_socket_t evutil_socket_(int domain, int type, int protocol);
evutil_socket_t evutil_accept4_(evutil_socket_t sockfd, struct sockaddr *addr,
ev_socklen_t *addrlen, int flags);
+
+ /* used by one of the test programs.. */
+EVENT2_EXPORT_SYMBOL
int evutil_make_internal_pipe_(evutil_socket_t fd[2]);
evutil_socket_t evutil_eventfd_(unsigned initval, int flags);