Save
This commit is contained in:
@@ -18,6 +18,7 @@ extern key_value_pair *tail;
|
||||
// Functions
|
||||
key_value_pair *init_key_value_pair(const char *key, const char *value);
|
||||
void free_key_value_pair(key_value_pair **kv);
|
||||
void free_key_value_pairs();
|
||||
|
||||
int add_key_value_pair(key_value_pair *kv);
|
||||
void remove_key_value_pair(key_value_pair *kv);
|
||||
|
||||
Reference in New Issue
Block a user