X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Furldeshortener%2Fserv_expand_shorter_urls.c;h=ef08b677506d0cf4b16ab7b51be6aa03a996e922;hp=bb6d1734a5170bde6f5f740480d56e86cac53264;hb=7503f872f1d5fba349e0c6af6a017881fe97316b;hpb=f74fed30f3d655d3f229628b6b998240fa6494be diff --git a/citadel/modules/urldeshortener/serv_expand_shorter_urls.c b/citadel/modules/urldeshortener/serv_expand_shorter_urls.c index bb6d1734a..ef08b6775 100644 --- a/citadel/modules/urldeshortener/serv_expand_shorter_urls.c +++ b/citadel/modules/urldeshortener/serv_expand_shorter_urls.c @@ -103,6 +103,11 @@ eNextState TerminateLookupUrl(AsyncIO *IO) //TOOD return eAbort; } +eNextState TerminateLookupUrlDB(AsyncIO *IO) +{ +//TOOD + return eAbort; +} eNextState LookupUrlResult(AsyncIO *IO) { return eTerminateConnection; /// /TODO @@ -128,6 +133,7 @@ int LookupUrl(StrBuf *ShorterUrlStr) "Citadel RSS ShorterURL Expander", LookupUrlResult, TerminateLookupUrl, + TerminateLookupUrlDB, ShutdownLookuUrl)) { syslog(LOG_ALERT, "Unable to initialize libcurl.\n");