code & style cleanup

This commit is contained in:
marschap
2007-06-23 21:41:50 +00:00
parent 2f9f70e87e
commit a5bdc61ad8
12 changed files with 665 additions and 696 deletions
+4 -2
View File
@@ -1,5 +1,8 @@
/* \file command_list.c
* Defines the dispatcher for handlers dealing with the client commands.
*/
/*
* commands/command_list.c
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
@@ -14,7 +17,6 @@
*
* The client's available function set is defined here, as is the syntax
* for each command. <-- TODO !
*
*/
#include "command_list.h"