From 40164784923cd09444975304f78fb0ea1b0c9a33 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 27 Aug 2023 11:48:32 +0200 Subject: [PATCH] declared why2_yml_read --- include/chat/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/parser.h b/include/chat/parser.h index 86e8359..cd718df 100644 --- a/include/chat/parser.h +++ b/include/chat/parser.h @@ -19,6 +19,6 @@ along with this program. If not, see . #ifndef WHY2_CHAT_PARSER_H #define WHY2_CHAT_PARSER_H - +char *why2_yml_read(char *path, char *key); //READ key FROM YAML FILE path, RETURNS IT #endif \ No newline at end of file