Added return to init
This commit is contained in:
@@ -16,7 +16,7 @@ extern key_value_pair *head;
|
|||||||
extern key_value_pair *tail;
|
extern key_value_pair *tail;
|
||||||
|
|
||||||
// Functions
|
// Functions
|
||||||
void init_key_value_pair(const char *key, const char *value);
|
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_pair(key_value_pair **kv);
|
||||||
|
|
||||||
int add_key_value_pair(key_value_pair *kv);
|
int add_key_value_pair(key_value_pair *kv);
|
||||||
|
|||||||
Reference in New Issue
Block a user