1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Add connection_get_domain stub for tests

This commit is contained in:
Paul Fariello 2018-09-05 15:13:20 +02:00
parent 3c70972610
commit e9e5f382da

View File

@ -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;