X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/3ab4edabaa806b55ceffcf75a955ae7f578a2e13..3898f97325dbed800d4b424e68a0c2858b8d8be7:/core/modules.h diff --git a/core/modules.h b/core/modules.h index 207ec983..b831084b 100644 --- a/core/modules.h +++ b/core/modules.h @@ -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);