summaryrefslogtreecommitdiff
path: root/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'set.h')
-rw-r--r--set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/set.h b/set.h
index b206ba80f6..d8ef7aa540 100644
--- a/set.h
+++ b/set.h
@@ -18,6 +18,7 @@ Set* set_copy(Set *s);
void set_free(Set* s);
int set_put(Set *s, void *value);
+int set_replace(Set *s, void *value);
void *set_get(Set *s, void *value);
void *set_remove(Set *s, void *value);