Files
lcdproc/server/parse.h
T

19 lines
378 B
C
Raw Normal View History

/*
* 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...
2007-04-02 21:29:53 +00:00
int parse_all_client_messages(void);
1999-12-09 23:15:14 +00:00
#endif