chiark / gitweb /
The Login page now includes a form to request a password reminder
[disorder] / lib / sendmail.h
index 7849ef64afd23670327ac32bd2896d97d7b9ded0..d54def8678f5a8018cd16128118dd3f6253b4f54 100644 (file)
@@ -28,6 +28,13 @@ int sendmail(const char *sender,
             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 */