chiark
/
gitweb
/
~mdw
/
qmail
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Upstream qmail 1.03
[qmail]
/
constmap.h
diff --git
a/constmap.h
b/constmap.h
index 17fb1cbc68ee864ac1b39a7d337d184f0928e644..3f291795cc54092ca4fb8638328250a308776988 100644
(file)
--- 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();