silence warning about implicit function declaration; Doxygen-ify a wee little bit

This commit is contained in:
marschap
2008-11-30 19:08:30 +00:00
parent dcc643ec18
commit 849ed885e3
+11 -11
View File
@@ -1,18 +1,18 @@
/*
* parse.c
* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
*
*
/** \file parse.c
* Handles input commands from clients, by splitting strings into tokens
* and passing arguments to the appropriate handler.
*
* It works much like a command line. Only the first token is used to
* determine what function to call.
*/
/* This file is part of LCDd, the lcdproc server.
*
* This file is released under the GNU General Public License. Refer to the
* COPYING file distributed with this package.
*
* Copyright (c) 1999, William Ferrell, Scott Scriven
* 2008, Peter Marschall
*
*/
@@ -26,7 +26,7 @@
#include "clients.h"
#include "commands/command_list.h"
#include "parse.h"
#include "sock.h"
#define MAX_ARGUMENTS 40