comparison mcabber/src/screen.h @ 1487:f61ed2466f7c

Minor style upgrade s/getprefixwidth/scr_getprefixwidth/
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 17:01:24 +0200
parents 0121b6f3047c
children e9c71ce96dca
comparison
equal deleted inserted replaced
1486:f83a51eaa5ed 1487:f61ed2466f7c
128 void scr_setmsgflag_if_needed(const char *jid, int special); 128 void scr_setmsgflag_if_needed(const char *jid, int special);
129 void scr_append_multiline(const char *line); 129 void scr_append_multiline(const char *line);
130 const char *scr_get_multiline(void); 130 const char *scr_get_multiline(void);
131 const char *scr_get_multimode_subj(void); 131 const char *scr_get_multimode_subj(void);
132 132
133 void scr_line_prefix(hbb_line *line, char *prefix, guint preflen); 133 guint scr_getprefixwidth(void);
134 void scr_line_prefix(hbb_line *line, char *prefix, guint preflen);
134 135
135 void scr_Beep(void); 136 void scr_Beep(void);
136 137
137 bool Autoaway; 138 bool Autoaway;
138 139