1 #ifndef __PROTOCOL_H
2 #define __PROTOCOL_H
3 
4 #include "xmpp-servers.h"
5 
6 __BEGIN_DECLS
7 void	protocol_init(void);
8 void	protocol_deinit(void);
9 __END_DECLS
10 
11 #endif
12