Bind bookmark functions in main.c

This commit is contained in:
James Booth
2013-12-22 23:13:34 +00:00
parent 581f58e47f
commit c001f0e7cb
3 changed files with 12 additions and 5 deletions

View File

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