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