From 9837632ea985b87eb6aaa7f619a0b859fc6c40f6 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Thu, 18 Jul 2024 15:23:02 +0200 Subject: update to 4.3.10 --- src/include/constmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/constmap.h') 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 -- cgit v1.2.3