mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 01:56:22 +00:00
Fixed tests
This commit is contained in:
@@ -37,6 +37,13 @@ const char * jabber_get_domain(void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
char* jabber_create_uuid(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void jabber_free_uuid(char * uuid) {}
|
||||
|
||||
jabber_conn_status_t jabber_get_connection_status(void)
|
||||
{
|
||||
return (jabber_conn_status_t)mock();
|
||||
|
||||
Reference in New Issue
Block a user