summaryrefslogtreecommitdiff
path: root/src/include/constmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/constmap.h')
-rw-r--r--src/include/constmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/constmap.h b/src/include/constmap.h
index 750702e..30bfde6 100644
--- a/src/include/constmap.h
+++ b/src/include/constmap.h
@@ -15,7 +15,7 @@ struct constmap {
int constmap_init(struct constmap *,char *,int,int);
int constmap_init_char(struct constmap *,char *,int,int,char);
-void constmap_free();
-char *constmap();
+void constmap_free(struct constmap *);
+char *constmap(struct constmap *,char *,int);
#endif