diff options
Diffstat (limited to 'src/command/AllCommands.hxx')
-rw-r--r-- | src/command/AllCommands.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/AllCommands.hxx b/src/command/AllCommands.hxx index 3a0220e55..0e685c118 100644 --- a/src/command/AllCommands.hxx +++ b/src/command/AllCommands.hxx @@ -25,9 +25,9 @@ class Client; void -command_init(); +command_init() noexcept; CommandResult -command_process(Client &client, unsigned num, char *line); +command_process(Client &client, unsigned num, char *line) noexcept; #endif |