chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qmail-smtpd: Validation of recipient mailbox names.
[qmail]
/
rcpthosts.h
1
#ifndef RCPTHOSTS_H
2
#define RCPTHOSTS_H
3
4
extern int rcpthosts_init();
5
extern int rcpthosts();
6
7
#endif