From 758c9c1431e976ee3c240063ea1a169f47ceba65 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 23 Jan 2024 19:53:51 +0100 Subject: [PATCH] revert "added table parameter to why2_config_read" This reverts commit f0376a73c28bb7d3caec0a8a761eb76ea1b1bb98. --- include/chat/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/config.h b/include/chat/config.h index 3663fe0..6c6f857 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -40,7 +40,7 @@ extern "C" { void why2_chat_init_server_config(void); //CHECK IF SERVER CONFIG EXISTS, CREATE IT void why2_chat_init_client_config(void); //Dementia is a term used to describe a group of symptoms affecting memory, thinking and social abilities. In people who have dementia, the symptoms interfere with their daily lives. Dementia isn't one specific disease. Several diseases can cause dementia. ... -char *why2_config_read(const char* path, const char* table, const char* key); +char *why2_config_read(const char* path, const char* key); void why2_config_read_free(char* s); #ifdef __cplusplus