Bind iq functions in main.c

This commit is contained in:
James Booth
2013-12-22 23:19:20 +00:00
parent e818a6772b
commit 90e7ce1c56
3 changed files with 11 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ typedef struct disco_identity_t {
void jabber_init_module(void);
void bookmark_init_module(void);
void capabilities_init_module(void);
void iq_init_module(void);
// connection functions
void (*jabber_init)(const int disable_tls);