comparison mcabber/src/xmpp_muc.h @ 1604:351427ef0b4b

Remove #include's of C files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:59:53 +0200
parents
children
comparison
equal deleted inserted replaced
1603:54029aba9452 1604:351427ef0b4b
1 #ifndef __XMPP_MUC_H__
2 #define __XMPP_MUC_H__ 1
3
4 void roompresence(gpointer room, void *presencedata);
5 void got_muc_message(const char *from, LmMessageNode *x);
6 void handle_muc_presence(const char *from, LmMessageNode * xmldata,
7 const char *roomjid, const char *rname,
8 enum imstatus ust, const char *ustmsg,
9 time_t usttime, char bpprio);
10
11 #endif /* __XMPP_MUC_H__ */
12
13 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */