summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/command_parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/command_parse.h b/include/command_parse.h
index d66726379..76e859b98 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -27,8 +27,8 @@
class CommandParser
{
private:
- int CommandParser::ProcessParameters(char **command_p,char *parameters);
- void CommandParser::ProcessCommand(userrec *user, char* cmd);
+ int ProcessParameters(char **command_p,char *parameters);
+ void ProcessCommand(userrec *user, char* cmd);
void SetupCommandTable();
public:
command_table cmdlist;