1 #ifndef __DISCO_H
2 #define __DISCO_H
3 
4 __BEGIN_DECLS
5 void		disco_add_feature(char *);
6 gboolean	disco_have_feature(GSList *, const char *);
7 void		disco_request(XMPP_SERVER_REC *, const char *);
8 
9 void disco_init(void);
10 void disco_deinit(void);
11 __END_DECLS
12 
13 #define XMLNS "xmlns"
14 
15 #endif
16