aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'set.h')
-rw-r--r--set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/set.h b/set.h
index 19ea73fb..d20a58d3 100644
--- a/set.h
+++ b/set.h
@@ -72,7 +72,7 @@ typedef struct set
} set_t;
/* Should be pretty clear. */
-set_t *set_add( set_t **head, char *key, char *def, set_eval eval, void *data );
+set_t *set_add( set_t **head, const char *key, const char *def, set_eval eval, void *data );
/* Returns the raw set_t. Might be useful sometimes. */
set_t *set_find( set_t **head, char *key );