aboutsummaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/map.h b/map.h
index c1dd5e1..df3139e 100644
--- a/map.h
+++ b/map.h
@@ -4,8 +4,7 @@ struct mapkey {
size_t len;
};
-void mapstrkey(struct mapkey *, const char *);
-void mapbufkey(struct mapkey *, const char *, size_t);
+void mapkey(struct mapkey *, const char *, size_t);
struct map *mkmap(size_t);
void delmap(struct map *, void(void *));