Base: LCDproc 0.5.2
[lcdproc-de200c.git] / server / commands / server_commands.h
blob7fa61e8e98abc9a1e7fd3af44799109f13b662f4
1 /*
2 * server_commands.h
3 * This file is part of LCDd, the lcdproc server.
5 * This file is released under the GNU General Public License. Refer to the
6 * COPYING file distributed with this package.
8 * Copyright (c) 1999, William Ferrell, Scott Scriven
9 * 2002, Joris Robijn
13 #ifndef COMMANDS_SERVER_H
14 #define COMMANDS_SERVER_H
16 int output_func (Client * c, int argc, char **argv);
17 int test_func_func (Client * c, int argc, char **argv);
18 int noop_func (Client * c, int argc, char **argv);
19 int info_func (Client * c, int argc, char **argv);
20 int sleep_func (Client * c, int argc, char **argv);
22 #endif