comparison mcabber/src/xmpp_s10n.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_S10N_H__
2 #define __XMPP_S10N_H__ 1
3
4 #include "events.h"
5
6 int evscallback_subscription(eviqs *evp, guint evcontext);
7
8 #endif /* __XMPP_S10N_H__ */
9
10 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */