Event client: add missing forward declaration of StopCurlWatchers
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 25 May 2012 13:31:04 +0000 (15:31 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Fri, 25 May 2012 13:31:04 +0000 (15:31 +0200)
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);