comparison mcabber/src/screen.h @ 1333:e30a9d907105

Minor coding style adjustments
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Oct 2007 11:10:18 +0200
parents 0dda8238af21
children 7daf906fbcdc
comparison
equal deleted inserted replaced
1332:bde2dc51c06b 1333:e30a9d907105
160 void scr_BufferPercent(int pc); 160 void scr_BufferPercent(int pc);
161 void scr_BufferDate(time_t t); 161 void scr_BufferDate(time_t t);
162 void scr_RosterUnreadMessage(int); 162 void scr_RosterUnreadMessage(int);
163 void scr_RosterJumpAlternate(void); 163 void scr_RosterJumpAlternate(void);
164 void scr_BufferScrollUpDown(int updown, unsigned int nblines); 164 void scr_BufferScrollUpDown(int updown, unsigned int nblines);
165 bool scr_RosterColor(const char *status, const char *wildcard, const char *color); 165 bool scr_RosterColor(const char *status, const char *wildcard,
166 const char *color);
166 void scr_RosterClearColor(void); 167 void scr_RosterClearColor(void);
167 void scr_MucColor(const char *muc, muccoltype type); 168 void scr_MucColor(const char *muc, muccoltype type);
168 void scr_MucNickColor(const char *nick, const char *color); 169 void scr_MucNickColor(const char *nick, const char *color);
169 170
170 #ifdef DEBUG_ENABLE 171 #ifdef DEBUG_ENABLE