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

Add Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 09:04:02 +0100
parents d40c434fff46
children fed6d1e4d7a9
comparison
equal deleted inserted replaced
575:1b8e024c3a10 576:8b3db0b555a1
38 GList *hbuf_search(GList *hbuf, int direction, const char *string); 38 GList *hbuf_search(GList *hbuf, int direction, const char *string);
39 GList *hbuf_jump_date(GList *hbuf, time_t t); 39 GList *hbuf_jump_date(GList *hbuf, time_t t);
40 GList *hbuf_jump_percent(GList *hbuf, int pc); 40 GList *hbuf_jump_percent(GList *hbuf, int pc);
41 41
42 #endif /* __HBUF_H__ */ 42 #endif /* __HBUF_H__ */
43
44 /* vim: set expandtab cindent cinoptions=>2:2(0: For Vim users... */