included the rust fn in config header
This commit is contained in:
parent
9e17c9d06d
commit
4ff03864d0
@ -37,6 +37,7 @@ void why2_chat_init_client_config(void); //Dementia is a term used to describe a
|
|||||||
char *why2_toml_read(const char* path, const char* key); //READ key FROM path TOML FILE
|
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
|
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
|
why2_bool why2_toml_contains(const char *path, const char *key); //CHECK IF path CONTAINS key
|
||||||
|
why2_bool why2_toml_equals(const char *path, const char *key, const char *value); //CHECK IF key IN path IS EQUAL TO value
|
||||||
void why2_toml_read_free(char* s); //DEALLOCATE THE READ VALUE
|
void why2_toml_read_free(char* s); //DEALLOCATE THE READ VALUE
|
||||||
|
|
||||||
char *why2_chat_server_config(char *key); //why2_toml_read BUT YOU DO NOT HAVE TO INCLUDE path
|
char *why2_chat_server_config(char *key); //why2_toml_read BUT YOU DO NOT HAVE TO INCLUDE path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user