chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Put a frame around user management window (and the other popups) and
[disorder]
/
lib
/
sendmail.h
diff --git
a/lib/sendmail.h
b/lib/sendmail.h
index 7849ef64afd23670327ac32bd2896d97d7b9ded0..e8d87a0805e8205ef235260bd71dd492c42f09da 100644
(file)
--- a/
lib/sendmail.h
+++ b/
lib/sendmail.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder
/*
* 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
*
* 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);
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 */