mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 08:26:21 +00:00
Add connection_get_domain stub for tests
This commit is contained in:
@@ -39,6 +39,11 @@ const char * session_get_domain(void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
const char * connection_get_domain(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
gboolean connection_is_secured(void)
|
||||
{
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user