1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fixed tests

This commit is contained in:
James Booth 2015-10-12 23:44:03 +01:00
parent 6e28df66e8
commit 164620f4bb

View File

@ -37,6 +37,13 @@ const char * jabber_get_domain(void)
return NULL; return NULL;
} }
char* jabber_create_uuid(void)
{
return NULL;
}
void jabber_free_uuid(char * uuid) {}
jabber_conn_status_t jabber_get_connection_status(void) jabber_conn_status_t jabber_get_connection_status(void)
{ {
return (jabber_conn_status_t)mock(); return (jabber_conn_status_t)mock();