most config fixed, still need to do a bunch more testing

This commit is contained in:
herbglitch 2023-01-20 22:38:29 -07:00
parent 2b2e40921d
commit 5e6ee54473
7 changed files with 730 additions and 424 deletions

View file

@ -41,7 +41,7 @@ typedef uint8_t (* ARC_ConfigKeyRead)(ARC_Config* config, ARC_String *string, vo
* @note this function can be NULL if memory does not need to be cleaned for this type
* if there is an error, set arc_errno
*/
typedef void (* ARC_ConfigKeyDelete)(ARC_Config* config, void *value);
typedef void (* ARC_ConfigKeyDelete)(ARC_Config* config, ARC_String *string, void *value);
/**
* @brief adds a usable key to ARC_Config