]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_netfilter.c
* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_netfilter.c
index 5aeda1b690ab3671c290f0548f492e3322503dc5..4f6f53bd0b8647b7bf19ae075dcfd314d2e25526 100644 (file)
@@ -37,7 +37,7 @@
 #include "support.h"
 #include "config.h"
 #include "control.h"
-#include "dynloader.h"
+#include "serv_extensions.h"
 #include "room_ops.h"
 #include "user_ops.h"
 #include "policy.h"
@@ -103,8 +103,10 @@ int filter_the_idiots(struct CtdlMessage *msg, char *target_room) {
 }
 
 
-char *Dynamic_Module_Init(void)
+char *serv_netfilter_init(void)
 {
        CtdlRegisterNetprocHook(filter_the_idiots);
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }