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

Add Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 09:04:02 +0100
parents 00e2d3821a5b
children fed6d1e4d7a9
comparison
equal deleted inserted replaced
575:1b8e024c3a10 576:8b3db0b555a1
18 18
19 void hk_ext_cmd_init(const char *command); 19 void hk_ext_cmd_init(const char *command);
20 void hk_ext_cmd(const char *jid, guchar type, guchar info, const char *data); 20 void hk_ext_cmd(const char *jid, guchar type, guchar info, const char *data);
21 21
22 #endif /* __HOOKS_H__ */ 22 #endif /* __HOOKS_H__ */
23
24 /* vim: set expandtab cindent cinoptions=>2:2(0: For Vim users... */