Tidy session.c

This commit is contained in:
James Booth
2016-05-08 21:47:52 +01:00
parent ec51ae689c
commit cd5d242207
2 changed files with 6 additions and 5 deletions

View File

@@ -247,13 +247,13 @@ connection_free_uuid(char *uuid)
}
}
char *
char*
connection_get_domain(void)
{
return conn.domain;
}
char *
char*
connection_get_presence_msg(void)
{
return conn.presence_message;