X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fevent_client.h;h=dd334f9633311fd50c70435f7eb0eee1630843f4;hb=b5b30adb3ece1aa3de706047de6ba0245eea74fc;hp=9564e5ba17b6eeeb9bce4222353e919e1a49f9e1;hpb=01feb5e8d438e089fb7ae5232af89d67b7751df9;p=citadel.git diff --git a/citadel/event_client.h b/citadel/event_client.h index 9564e5ba1..dd334f963 100644 --- a/citadel/event_client.h +++ b/citadel/event_client.h @@ -180,12 +180,12 @@ void InitC_ares_dns(AsyncIO *IO); syslog(LOG_ERR, "error setting option " #s " on curl handle: %s", curl_easy_strerror(sta)); \ } } while (0) - -int evcurl_init(AsyncIO *IO, - void *CustomData, - const char* Desc, - IO_CallBack CallBack, - IO_CallBack Terminate); +int evcurl_init(AsyncIO *IO, + void *CustomData, + const char* Desc, + IO_CallBack CallBack, + IO_CallBack Terminate, + IO_CallBack ShutdownAbort); eNextState ReAttachIO(AsyncIO *IO, void *pData,