Improve const correctness

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2024-02-15 13:12:36 +01:00
parent 8a62d8e88b
commit 848acdd1fa
14 changed files with 21 additions and 36 deletions

View File

@@ -128,7 +128,7 @@ connection_get_presence_msg(void)
return mock_ptr_type(const char*);
}
char*
const char*
session_get_account_name(void)
{
return mock_ptr_type(char*);