* coding style harmonization in servers/

- explicitely declare void arguments
  - make a few string args const
* better support for shorter displays in server screen
* make target to create top level tag file
This commit is contained in:
marschap
2007-04-02 21:29:53 +00:00
parent a63ae89eb7
commit 6a1511bb72
100 changed files with 2180 additions and 2170 deletions
+2 -2
View File
@@ -34,10 +34,10 @@ extern int heartbeat;
extern int backlight;
extern int output_state;
int render_screen (Screen * s, long int timer);
int render_screen(Screen *s, long int timer);
/* Renders the given screen. */
int server_msg( const char * text, int expire );
int server_msg(const char *text, int expire);
/* Displays a short message in a corner. Message must be shorter
* than 16 chars. */