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