libevent Migration:
[citadel.git] / citadel / event_client.h
index e9c1a9d73b777110d7c23a9c5021bd1f13a5c88c..f20152f8d933319477d08bd571e1163ece28efc0 100644 (file)
@@ -29,6 +29,7 @@ struct AsyncIO {
 void FreeAsyncIOContents(AsyncIO *IO);
 
 int QueueEventContext(void *Ctx, AsyncIO *IO, EventContextAttach CB);
+int ShutDownEventQueue(void);
 
 void InitEventIO(AsyncIO *IO, 
                 void *pData,