summaryrefslogtreecommitdiff
path: root/common/sppriv.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-03-12 05:10:24 +0000
committerStef Walter <stef@memberwebs.com>2005-03-12 05:10:24 +0000
commit795bf2eb48104bade902d11b88a956d4d2ebae9f (patch)
tree8d3b4bbfe1478e57995539eb821657d46704cec8 /common/sppriv.h
parent289f38b3bd5f6b38cac46a1c65d05d4a7c14971e (diff)
Accept special formatting arguments in the Header line.
Diffstat (limited to 'common/sppriv.h')
-rw-r--r--common/sppriv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/sppriv.h b/common/sppriv.h
index 2ecf249..a690f3c 100644
--- a/common/sppriv.h
+++ b/common/sppriv.h
@@ -53,6 +53,8 @@ typedef struct spstate
const char* directory; /* The temp directory */
const char* user; /* User to run as */
const char* pidfile; /* The pid file for daemon */
+ const char* header; /* A header to include in the email */
+ int header_prepend; /* Prepend the header or not */
struct sockaddr_any outaddr; /* The outgoing address */
const char* outname;