Files
lcdproc/server/serverscreens.h
T

27 lines
518 B
C
Raw Normal View History

/*
* serverscreens.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 SRVSTATS_H
#define SRVSTATS_H
#include "screen.h"
2007-04-02 21:29:53 +00:00
extern Screen *server_screen;
1999-12-09 23:15:14 +00:00
2003-06-01 09:51:38 +00:00
extern int rotate_server_screen;
2007-04-02 21:29:53 +00:00
int server_screen_init(void);
int server_screen_shutdown(void);
int update_server_screen(void);
int goodbye_screen(void);
1999-12-09 23:15:14 +00:00
#endif