Fixed test compilation
This commit is contained in:
@@ -132,7 +132,7 @@ _jabber_connect_with_account(const ProfAccount * const account)
|
||||
|
||||
static jabber_conn_status_t
|
||||
_jabber_connect_with_details(const char * const jid,
|
||||
const char * const passwd, const char * const altdomain, int port)
|
||||
const char * const passwd, const char * const altdomain, const int port)
|
||||
{
|
||||
assert(jid != NULL);
|
||||
assert(passwd != NULL);
|
||||
|
||||
@@ -85,7 +85,7 @@ void roster_init_module(void);
|
||||
// connection functions
|
||||
void (*jabber_init)(const int disable_tls);
|
||||
jabber_conn_status_t (*jabber_connect_with_details)(const char * const jid,
|
||||
const char * const passwd, const char * const altdomain, int port);
|
||||
const char * const passwd, const char * const altdomain, const int port);
|
||||
jabber_conn_status_t (*jabber_connect_with_account)(const ProfAccount * const account);
|
||||
void (*jabber_disconnect)(void);
|
||||
void (*jabber_shutdown)(void);
|
||||
|
||||
Reference in New Issue
Block a user