X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/bb6ae3fb80fff36cd342d6f6bff3dfabd7dd243e..0d0253c93a64d2b5206e902c648e1e2c6bc5d510:/lib/sendmail.h diff --git a/lib/sendmail.h b/lib/sendmail.h index 7849ef6..e8d87a0 100644 --- a/lib/sendmail.h +++ b/lib/sendmail.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 */