X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/cf7ac0498e16225bd806871da7e6c63fc699a6f8..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);