Moved to new module init structure.
[citadel.git] / citadel / serv_smtp.c
index 65476a9f4515d1c5fc2e6cc4baa7f12001da25f3..bfd4f9d506554ea88dab0f100c14ea18a9a578b6 100644 (file)
 #include <arpa/inet.h>
 #include "citadel.h"
 #include "server.h"
-#include "sysdep_decls.h"
 #include "citserver.h"
 #include "support.h"
 #include "config.h"
 #include "control.h"
-#include "serv_extensions.h"
 #include "room_ops.h"
 #include "user_ops.h"
 #include "policy.h"
 #include "snprintf.h"
 #endif
 
+
+#include "ctdl_module.h"
+
+
+
 struct citsmtp {               /* Information about the current session */
        int command_state;
        char helo_node[SIZ];
@@ -1810,7 +1813,7 @@ void smtp_cleanup_function(void) {
 
 
 
-char *serv_smtp_init(void)
+CTDL_MODULE_INIT(smtp)
 {
 
        CtdlRegisterServiceHook(config.c_smtp_port,     /* SMTP MTA */