summaryrefslogtreecommitdiff
path: root/src/constmap.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-09-28 21:20:40 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-09-28 21:33:03 +0200
commit8e7e029114c59341ec793dc9e96ee410a5f37e2b (patch)
treeac196b359c93716158dedd767f425d9e093c9b71 /src/constmap.c
parentf9a8fff2f90626aadd915178d04ece49d8c4884a (diff)
update to version 25meson
Diffstat (limited to 'src/constmap.c')
-rw-r--r--src/constmap.c9
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;