Event client: add missing forward declaration of StopCurlWatchers
[citadel.git] / citadel / event_client.h
index 20c2bfe40d287a593441efd880502dc3befa0d31..7a936b97bf463982ac0f103c7c5b10e5d04bdd27 100644 (file)
@@ -303,6 +303,9 @@ int InitcURLIOStruct(AsyncIO *IO,
                     IO_CallBack DBTerminate,
                     IO_CallBack ShutdownAbort);
 
+void StopCurlWatchers(AsyncIO *IO);
+
+
 eNextState ReAttachIO(AsyncIO *IO,
                      void *pData,
                      int ReadFirst);