X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fextnotify%2Fextnotify.h;h=63a8fcd8e13c23aadadde58e02cbba50a47e51ac;hb=0ba7769c0b3602d670ad87d4b9b7d971fb84d873;hp=f28c59460cf30b2eb8b23e05d0c600b9d9ea42bf;hpb=703430ba607a8681b9b9856d782c814b9a297a17;p=citadel.git diff --git a/citadel/modules/extnotify/extnotify.h b/citadel/modules/extnotify/extnotify.h index f28c59460..63a8fcd8e 100644 --- a/citadel/modules/extnotify/extnotify.h +++ b/citadel/modules/extnotify/extnotify.h @@ -19,7 +19,6 @@ */ #include "../eventclient/serv_curl.h" - #define PAGER_CONFIG_MESSAGE "__ Push email settings __" #define FUNAMBOL_CONFIG_TEXT "funambol" #define PAGER_CONFIG_SYSTEM "textmessage" @@ -38,7 +37,7 @@ typedef enum _eNotifyType { typedef struct _NotifyContext { StrBuf **NotifyHostList; HashList *NotifyErrors; - evcurl_request_data HTTPData; + AsyncIO IO; } NotifyContext; int notify_http_server(char *remoteurl,