Base: LCDproc 0.5.2
[lcdproc-de200c.git] / server / commands / screen_commands.h
blob114d9e771e81d8fa2bf98458f1a481d3d740a468
1 /*
2 * screen_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_SCREEN_H
14 #define COMMANDS_SCREEN_H
16 int screen_add_func (Client * c, int argc, char **argv);
17 int screen_del_func (Client * c, int argc, char **argv);
18 int screen_set_func (Client * c, int argc, char **argv);
19 int screen_add_key_func (Client * c, int argc, char **argv);
20 int screen_del_key_func (Client * c, int argc, char **argv);
22 #endif