declared why2_chat_init_authority

This commit is contained in:
Václav Šmejkal 2025-01-31 15:52:00 +01:00
parent 07eb596180
commit 2768280e7f
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -34,6 +34,8 @@ 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. ...
void why2_chat_init_authority(void); //CREATE AUTHORITY DIRECTORY
char *why2_toml_read(const char* path, const char* key); //READ key FROM path TOML FILE
void why2_toml_write(const char *path, const char *key, const char *value); //WRITE value AS key INTO path TOML FILE
why2_bool why2_toml_contains(const char *path, const char *key); //CHECK IF path CONTAINS key