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

Add Vim modelines
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 09:04:02 +0100
parents afc2bd38b15c
children fed6d1e4d7a9
comparison
equal deleted inserted replaced
575:1b8e024c3a10 576:8b3db0b555a1
50 void jb_room_invite(const char *room, const char *jid, const char *reason); 50 void jb_room_invite(const char *room, const char *jid, const char *reason);
51 int jb_room_setaffil(const char *roomid, const char *jid, const char *nick, 51 int jb_room_setaffil(const char *roomid, const char *jid, const char *nick,
52 enum imaffiliation, const char *reason); 52 enum imaffiliation, const char *reason);
53 53
54 #endif /* __JABGLUE_H__ */ 54 #endif /* __JABGLUE_H__ */
55
56 /* vim: set expandtab cindent cinoptions=>2:2(0: For Vim users... */