From e36f3367bbc8973889994abea648db8651ad8580 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Sat, 28 Sep 2024 21:20:40 +0200 Subject: update to version 25c --- src/constmap.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/constmap.c') 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; -- cgit v1.2.3