most config fixed, still need to do a bunch more testing
This commit is contained in:
parent
2b2e40921d
commit
5e6ee54473
7 changed files with 730 additions and 424 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue