diff options
Diffstat (limited to 'map.h')
-rw-r--r-- | map.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 *)); |