comparison mcabber/src/logprint.h @ 576:8b3db0b555a1

Add Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 09:04:02 +0100
parents bd5638c21834
children fed6d1e4d7a9
comparison
equal deleted inserted replaced
575:1b8e024c3a10 576:8b3db0b555a1
10 #define LPRINT_LOGNORM (LPRINT_NORMAL|LPRINT_LOG) 10 #define LPRINT_LOGNORM (LPRINT_NORMAL|LPRINT_LOG)
11 11
12 void scr_LogPrint(unsigned int flag, const char *fmt, ...); 12 void scr_LogPrint(unsigned int flag, const char *fmt, ...);
13 13
14 #endif /* __LOGPRINT_H__ */ 14 #endif /* __LOGPRINT_H__ */
15
16 /* vim: set expandtab cindent cinoptions=>2:2(0: For Vim users... */