comparison mcabber/src/screen.h @ 336:eb994ee40029

Make some functions static
author Mikael Berthe <mikael@lilotux.net>
date Mon, 18 Jul 2005 21:27:08 +0100
parents a9013124ede6
children 51ff319947c3
comparison
equal deleted inserted replaced
335:3ec329a1c621 336:eb994ee40029
37 inline int scr_get_multimode(); 37 inline int scr_get_multimode();
38 void scr_append_multiline(const char *line); 38 void scr_append_multiline(const char *line);
39 inline const char *scr_get_multiline(); 39 inline const char *scr_get_multiline();
40 void scr_handle_sigint(void); 40 void scr_handle_sigint(void);
41 41
42 WINDOW *scr_GetInputWindow(void);
43
44 int scr_Getch(void); 42 int scr_Getch(void);
45 43
46 int process_key(int); 44 int process_key(int);
47 45
48 void scr_CheckAutoAway(bool activity); 46 void scr_CheckAutoAway(bool activity);