This commit is contained in:
t
2025-01-27 23:04:33 +01:00
parent 34dd8cf273
commit 1d760df46b
80 changed files with 65432 additions and 12 deletions
+1
View File
@@ -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);