Fixed test compilation

This commit is contained in:
James Booth
2014-01-18 20:34:46 +00:00
parent e7013408e5
commit 39e0782da8
6 changed files with 8 additions and 7 deletions

View File

@@ -119,7 +119,7 @@ _accounts_reset_enabled_search(void)
}
static void
_accounts_add(const char *account_name, const char *altdomain, int port)
_accounts_add(const char *account_name, const char *altdomain, const int port)
{
// set account name and resource
const char *barejid = account_name;