aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/AllCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command/AllCommands.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/command/AllCommands.hxx b/src/command/AllCommands.hxx
index b7834a8de..e3405b034 100644
--- a/src/command/AllCommands.hxx
+++ b/src/command/AllCommands.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -24,9 +24,11 @@
class Client;
-void command_init(void);
+void
+command_init();
-void command_finish(void);
+void
+command_finish();
CommandResult
command_process(Client &client, unsigned num, char *line);