Bind capabilities functions in main.c

This commit is contained in:
James Booth
2013-12-22 23:16:19 +00:00
parent c001f0e7cb
commit e818a6772b
3 changed files with 9 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ _init_modules(void)
{
jabber_init_module();
bookmark_init_module();
capabilities_init_module();
}
int