]> git.saurik.com Git - redis.git/blobdiff - ae.h
ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c modified...
[redis.git] / ae.h
diff --git a/ae.h b/ae.h
index 499063ca962dd1381d1848b375ad1a71a9edbad1..0a056ce917a6931e2fc390e87f4bfc8b16da1479 100644 (file)
--- a/ae.h
+++ b/ae.h
@@ -111,5 +111,6 @@ int aeDeleteTimeEvent(aeEventLoop *eventLoop, long long id);
 int aeProcessEvents(aeEventLoop *eventLoop, int flags);
 int aeWait(int fd, int mask, long long milliseconds);
 void aeMain(aeEventLoop *eventLoop);
+char *aeGetApiName(void);
 
 #endif