2001-12-27 23:30:36 +00:00
|
|
|
/*
|
|
|
|
|
* parse.h
|
|
|
|
|
* 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
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
1999-12-09 23:15:14 +00:00
|
|
|
#ifndef PARSE_H
|
|
|
|
|
#define PARSE_H
|
|
|
|
|
|
|
|
|
|
// This should be pretty self-explanatory...
|
2000-03-30 20:20:41 +00:00
|
|
|
int parse_all_client_messages ();
|
1999-12-09 23:15:14 +00:00
|
|
|
|
|
|
|
|
#endif
|