Bind roster functions in main.c

This commit is contained in:
James Booth
2013-12-22 23:34:44 +00:00
parent 4e169689f6
commit 6a9bb8ea11
3 changed files with 13 additions and 6 deletions

View File

@@ -80,6 +80,7 @@ void capabilities_init_module(void);
void iq_init_module(void);
void message_init_module(void);
void presence_init_module(void);
void roster_init_module(void);
// connection functions
void (*jabber_init)(const int disable_tls);