From 4d68d6e72b1d97c16b53d0970946683eda57d76a Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 21 Feb 2024 10:30:17 +0100 Subject: [PATCH] declared config functions --- include/chat/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/chat/config.h b/include/chat/config.h index 257815d..b5363e2 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -36,6 +36,9 @@ void why2_chat_init_client_config(void); //Dementia is a term used to describe a char *why2_toml_read(const char* path, const char* key); //READ key FROM path TOML FILE 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* + #ifdef __cplusplus } #endif