Revert "SMTP-Client: move the client-shutdown procedure into the DB-Thread; we musn...
[citadel.git] / citadel / modules / extnotify / funambol65.c
index f4b0d8d38fc9b8943de839e903e1d08e9773c2bf..03f478ca6ab6ae2cb3a1aac7c79de6577c65d9f5 100644 (file)
@@ -49,7 +49,6 @@
 
 eNextState EvaluateResult(AsyncIO *IO);
 eNextState ExtNotifyTerminate(AsyncIO *IO);
-eNextState ExtNotifyTerminateDB(AsyncIO *IO);
 eNextState ExtNotifyShutdownAbort(AsyncIO *IO);
 
 /*
@@ -82,7 +81,6 @@ int notify_http_server(char *remoteurl,
                               "Citadel ExtNotify",
                               EvaluateResult,
                               ExtNotifyTerminate,
-                              ExtNotifyTerminateDB,
                               ExtNotifyShutdownAbort))
        {
                syslog(LOG_ALERT, "Unable to initialize libcurl.\n");
@@ -297,11 +295,6 @@ eNextState EvaluateResult(AsyncIO *IO)
        return 0;
 }
 
-eNextState ExtNotifyTerminateDB(AsyncIO *IO)
-{
-       free(IO);
-       return eAbort;
-}
 eNextState ExtNotifyTerminate(AsyncIO *IO)
 {
        free(IO);