X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fevent_client.h;fp=citadel%2Fevent_client.h;h=7a936b97bf463982ac0f103c7c5b10e5d04bdd27;hp=20c2bfe40d287a593441efd880502dc3befa0d31;hb=320e203bbe6a3505117854136d58494f09fbcf43;hpb=14a42aca5acd396c1395f8075a5c59d05562be97 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);