2008-11-30 22:31:20 +00:00
|
|
|
/** \file server/parse.h
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* This file is part of LCDd, the lcdproc server.
|
2001-12-27 23:30:36 +00:00
|
|
|
*
|
2008-11-30 22:31:20 +00:00
|
|
|
* This file is released under the GNU General Public License.
|
|
|
|
|
* Refer to the COPYING file distributed with this package.
|
2001-12-27 23:30:36 +00:00
|
|
|
*
|
|
|
|
|
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
|
|
|
|
*/
|
|
|
|
|
|
1999-12-09 23:15:14 +00:00
|
|
|
#ifndef PARSE_H
|
|
|
|
|
#define PARSE_H
|
|
|
|
|
|
|
|
|
|
// This should be pretty self-explanatory...
|
2007-04-02 21:29:53 +00:00
|
|
|
int parse_all_client_messages(void);
|
1999-12-09 23:15:14 +00:00
|
|
|
|
|
|
|
|
#endif
|