chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
qmail-send: Add message-id to bounce messages.
[qmail]
/
quote.h
1
#ifndef QUOTE_H
2
#define QUOTE_H
3
4
extern int quote_need();
5
extern int quote();
6
extern int quote2();
7
8
#endif