summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-23 23:37:05 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-23 23:37:05 +0100
commit95329719cda2b941e422d06daad3a7ba4c4a8829 (patch)
tree615916dd7f98c73d51700c94d04a42c6db8f76e4 /bindings
parent2441ef11a22170499d7ae12865dc98a61230f7ed (diff)
zmq_errno is exported from the DLL
Diffstat (limited to 'bindings')
-rw-r--r--bindings/c/zmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h
index 254971d..9eac38a 100644
--- a/bindings/c/zmq.h
+++ b/bindings/c/zmq.h
@@ -219,7 +219,7 @@ ZMQ_EXPORT int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout);
// of this function is to make the code 100% portable, including where 0MQ
// compiled with certain CRT library (on Windows) is linked to an application
// compiled with different CRT library.
-int zmq_errno ();
+ZMQ_EXPORT int zmq_errno ();
////////////////////////////////////////////////////////////////////////////////
// Helper functions.