Files
lcdproc/server/parse.h
T

19 lines
392 B
C
Raw Normal View History

2008-11-30 22:31:20 +00:00
/** \file server/parse.h
*/
/* This file is part of LCDd, the lcdproc server.
*
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.
*
2011-01-05 23:34:37 +00:00
* Copyright (c) 1999, William Ferrell, Selene 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