chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reject unwanted PATH_INFO per the RFC.
[disorder]
/
lib
/
sendmail.h
diff --git
a/lib/sendmail.h
b/lib/sendmail.h
index 7849ef64afd23670327ac32bd2896d97d7b9ded0..d54def8678f5a8018cd16128118dd3f6253b4f54 100644
(file)
--- a/
lib/sendmail.h
+++ b/
lib/sendmail.h
@@
-28,6
+28,13
@@
int sendmail(const char *sender,
const char *encoding,
const char *content_type,
const char *body);
const char *encoding,
const char *content_type,
const char *body);
+pid_t sendmail_subprocess(const char *sender,
+ const char *pubsender,
+ const char *recipient,
+ const char *subject,
+ const char *encoding,
+ const char *content_type,
+ const char *body);
#endif /* SENDMAIL_H */
#endif /* SENDMAIL_H */