summaryrefslogtreecommitdiff
path: root/include/command_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command_parse.h')
-rw-r--r--include/command_parse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/command_parse.h b/include/command_parse.h
index 3177dc95b..2cf403de1 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -182,6 +182,10 @@ class CoreExport CommandParser : public classbase
*/
void RemoveCommands(const char* source);
+ /** Remove all core commands and unload their shared objects
+ */
+ void RemoveRFCCommands();
+
/** Add a new command to the commands hash
* @param f The new Command to add to the list
* @param so_handle The handle to the shared object where the command can be found.