aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/OutputCommands.hxx')
-rw-r--r--src/OutputCommands.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OutputCommands.hxx b/src/OutputCommands.hxx
index 4f7082bfb..5642a0680 100644
--- a/src/OutputCommands.hxx
+++ b/src/OutputCommands.hxx
@@ -31,6 +31,9 @@ enum command_return
handle_disableoutput(Client *client, int argc, char *argv[]);
enum command_return
+handle_toggleoutput(Client *client, int argc, char *argv[]);
+
+enum command_return
handle_devices(Client *client, int argc, char *argv[]);
#endif