From 7e9fe9395c02dfe12188b02fd3c8315ef02b4436 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Mon, 8 Jul 2024 17:33:06 +0200 Subject: remove constmap header (is in fehqlibs) --- src/include/constmap.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/include/constmap.h (limited to 'src/include/constmap.h') diff --git a/src/include/constmap.h b/src/include/constmap.h deleted file mode 100644 index 4e33dd1..0000000 --- a/src/include/constmap.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef CONSTMAP_H -#define CONSTMAP_H - -typedef unsigned long constmap_hash; - -struct constmap { - int num; - constmap_hash mask; - constmap_hash *hash; - int *first; - int *next; - char **input; - int *inputlen; -}; - -extern int constmap_init(struct constmap *, char *, int, int); -extern int constmap_init_char(struct constmap *, char *, int, int, char); -extern void constmap_free(struct constmap *cm); -extern char *constmap(struct constmap *cm, char *s, int len); - -#endif -- cgit v1.2.3