comparison mcabber/src/logprint.h @ 1518:63dc211a4c1a

New command: /echo (display a message in the log window)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Sep 2008 22:41:29 +0200
parents f89844a0448a
children
comparison
equal deleted inserted replaced
1517:6df03b9b17ba 1518:63dc211a4c1a
8 #define LPRINT_NOTUTF8 8U // Do not convert from UTF-8 to locale 8 #define LPRINT_NOTUTF8 8U // Do not convert from UTF-8 to locale
9 9
10 // For convenience... 10 // For convenience...
11 #define LPRINT_LOGNORM (LPRINT_NORMAL|LPRINT_LOG) 11 #define LPRINT_LOGNORM (LPRINT_NORMAL|LPRINT_LOG)
12 12
13 void scr_print_logwindow(const char *string);
13 void scr_LogPrint(unsigned int flag, const char *fmt, ...); 14 void scr_LogPrint(unsigned int flag, const char *fmt, ...);
14 15
15 void scr_DoUpdate(void); 16 void scr_DoUpdate(void);
16 17
17 #endif /* __LOGPRINT_H__ */ 18 #endif /* __LOGPRINT_H__ */