X-Git-Url: https://git.distorted.org.uk/~mdw/qmail/blobdiff_plain/2117e02ec495fdfd6e96b39778b701a5bcff8aa5..bcb3f3eb8800267d6f324a1bf1a8fb972c00054a:/constmap.h diff --git a/constmap.h b/constmap.h index 17fb1cb..3f29179 100644 --- a/constmap.h +++ b/constmap.h @@ -3,8 +3,7 @@ typedef unsigned long constmap_hash; -struct constmap - { +struct constmap { int num; constmap_hash mask; constmap_hash *hash; @@ -12,8 +11,7 @@ struct constmap int *next; char **input; int *inputlen; - } -; +} ; extern int constmap_init(); extern void constmap_free();