comparison mcabber/mcabber/logprint.h @ 1780:e4378fbab5d7

Major API cleanup - bump API to 4 Get rid of old CamelCase names in screen.h
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 12:09:08 +0100
parents 393c05fba337
children af3de54ef986
comparison
equal deleted inserted replaced
1779:2911c950dcd1 1780:e4378fbab5d7
13 #define LPRINT_LOGNORM (LPRINT_NORMAL|LPRINT_LOG) 13 #define LPRINT_LOGNORM (LPRINT_NORMAL|LPRINT_LOG)
14 14
15 void scr_print_logwindow(const char *string); 15 void scr_print_logwindow(const char *string);
16 void scr_LogPrint(unsigned int flag, const char *fmt, ...) G_GNUC_PRINTF (2, 3); 16 void scr_LogPrint(unsigned int flag, const char *fmt, ...) G_GNUC_PRINTF (2, 3);
17 17
18 void scr_DoUpdate(void); 18 void scr_do_update(void);
19 19
20 #endif /* __MCABBER_LOGPRINT_H__ */ 20 #endif /* __MCABBER_LOGPRINT_H__ */
21 21
22 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 22 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */