comparison mcabber/src/logprint.h @ 1413:f89844a0448a

Remove useless inlines
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Jan 2008 12:09:00 +0100
parents c33b5b6fbf08
children 63dc211a4c1a
comparison
equal deleted inserted replaced
1412:0e1ef9597420 1413:f89844a0448a
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_LogPrint(unsigned int flag, const char *fmt, ...); 13 void scr_LogPrint(unsigned int flag, const char *fmt, ...);
14 14
15 inline void scr_DoUpdate(void); 15 void scr_DoUpdate(void);
16 16
17 #endif /* __LOGPRINT_H__ */ 17 #endif /* __LOGPRINT_H__ */
18 18
19 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 19 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */