chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
addrcheck: Strip off the domain part before passing to userv service.
[qmail]
/
gen_alloc.h
1
#ifndef GEN_ALLOC_H
2
#define GEN_ALLOC_H
3
4
#define GEN_ALLOC_typedef(ta,type,field,len,a) \
5
typedef struct ta { type *field; unsigned int len; unsigned int a; } ta;
6
7
#endif