diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 21:20:40 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-09-28 21:20:40 +0200 |
commit | e36f3367bbc8973889994abea648db8651ad8580 (patch) | |
tree | 04b64ec822f648121c85e4315abd0e386192c008 /src/constmap.c | |
parent | ccb28724025e886ad7e952f6da28f4a3f3611ea0 (diff) |
update to version 25cjannis
Diffstat (limited to 'src/constmap.c')
-rw-r--r-- | src/constmap.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/constmap.c b/src/constmap.c index 360d6f5..13df324 100644 --- a/src/constmap.c +++ b/src/constmap.c @@ -3,6 +3,15 @@ #include "alloc.h" #include "case.h" +/** + @file constmap.c + @author djb + @ref qmail + @brief constant hash table + @brief Attention! constmap is both function and struct +*/ + + static constmap_hash hash(char *s, int len) { unsigned char ch; |