]> jfr.im git - irc/quakenet/newserv.git/blobdiff - core/modules.h
CHANSERV: remove accidental sendemail from SETEMAIL command.
[irc/quakenet/newserv.git] / core / modules.h
index 207ec983df2198ef97916499cf39da61dcee0c9a..b831084bd3366dff3b300c5d9fcfb74a06ea1926 100644 (file)
@@ -22,7 +22,7 @@ void initmodules();
 int insmod(char *modulename);
 int getindex(char *modulename);
 int isloaded(char *modulename);
-int rmmod(char *modulename);
+int rmmod(char *modulename, int close);
 char *lsmod(int index, const char **ver, const char **buildid, time_t *loadedsince);
 void preparereload(char *modulename);
 void reloadmarked(void);