silence warning about implicit function declaration; Doxygen-ify a wee little bit
This commit is contained in:
+11
-11
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user