From 729a43d5648175fd1f16b1ccfbf2399f10f95aa2 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 20 Apr 2023 10:03:10 +0200 Subject: [PATCH] declared why2_chat_init_config function --- 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 d524a8a..b5a0466 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -19,6 +19,6 @@ along with this program. If not, see . #ifndef WHY2_CHAT_CONFIG_H #define WHY2_CHAT_CONFIG_H -//stuff +void why2_chat_init_config(void); //CHECK IF CONFIG EXISTS, CREATE IT #endif \ No newline at end of file