silence warning about implicit function declaration; Doxygen-ify a wee little bit
This commit is contained in:
+11
-11
@@ -1,18 +1,18 @@
|
|||||||
/*
|
/** \file parse.c
|
||||||
* 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
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* Handles input commands from clients, by splitting strings into tokens
|
* Handles input commands from clients, by splitting strings into tokens
|
||||||
* and passing arguments to the appropriate handler.
|
* and passing arguments to the appropriate handler.
|
||||||
*
|
*
|
||||||
* It works much like a command line. Only the first token is used to
|
* It works much like a command line. Only the first token is used to
|
||||||
* determine what function to call.
|
* 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 "clients.h"
|
||||||
#include "commands/command_list.h"
|
#include "commands/command_list.h"
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
|
#include "sock.h"
|
||||||
|
|
||||||
#define MAX_ARGUMENTS 40
|
#define MAX_ARGUMENTS 40
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user