From 48412cae73de215f6ffa59bf9ae8eb2f4819bac9 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 31 Aug 2024 16:31:26 +0200 Subject: [PATCH] declared why2_get_server_users_path --- include/chat/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/chat/config.h b/include/chat/config.h index 2d5246b..ad86deb 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -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