diff options
author | Marc Alexander Lehmann <libev@schmorp.de> | 2012-02-03 21:08:39 +0000 |
---|---|---|
committer | Marc Alexander Lehmann <libev@schmorp.de> | 2012-02-03 21:08:39 +0000 |
commit | c237f06c507c7fea38d9746d2f933002356a60be (patch) | |
tree | f2feec96a01ad71d4fa576bc970e258f5eaf96b6 /ev.h | |
parent | 397c6c331f198855db6f0e287252c0d23fa4beab (diff) | |
download | libev-c237f06c507c7fea38d9746d2f933002356a60be.tar.gz libev-c237f06c507c7fea38d9746d2f933002356a60be.zip |
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -544,7 +544,9 @@ EV_API_DECL void ev_set_syserr_cb (void (*cb)(const char *msg)); /* you can call this as often as you like */ EV_API_DECL struct ev_loop *ev_default_loop (unsigned int flags EV_CPP (= 0)); +#ifdef EV_API_STATIC EV_API_DECL struct ev_loop *ev_default_loop_ptr; +#endif EV_INLINE struct ev_loop * ev_default_loop_uc_ (void) |