declared why2_get_server_users_path

This commit is contained in:
Václav Šmejkal 2024-08-31 16:31:26 +02:00
parent 3fa15f5ebb
commit 48412cae73
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -42,6 +42,8 @@ void why2_toml_read_free(char* s); //DEALLOCATE THE READ VALUE
char *why2_chat_server_config(char *key); //why2_toml_read BUT YOU DO NOT HAVE TO INCLUDE path
char *why2_chat_client_config(char *key); //hihi, *grabs shotgun quietly*
char *why2_get_server_users_path(void); //RETURNS WHY2_CHAT_CONFIG_SERVER_USERS LOCATION
#ifdef __cplusplus
}
#endif