From 320e203bbe6a3505117854136d58494f09fbcf43 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 25 May 2012 15:31:04 +0200 Subject: [PATCH] Event client: add missing forward declaration of StopCurlWatchers --- citadel/event_client.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/citadel/event_client.h b/citadel/event_client.h index 20c2bfe40..7a936b97b 100644 --- a/citadel/event_client.h +++ b/citadel/event_client.h @@ -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); -- 2.30.2