summaryrefslogtreecommitdiff
path: root/common/smtppass.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-18 00:59:24 +0000
committerStef Walter <stef@memberwebs.com>2004-09-18 00:59:24 +0000
commite5a50721d21a36b8f9f31fd4ef21e182781b22e2 (patch)
tree25bb93ebf90f52c377d1ae228277d0e54dd78343 /common/smtppass.h
parent5adfaef6d466de5963d06338742b6faa7ef64dca (diff)
- Same changes to the env var setup
Diffstat (limited to 'common/smtppass.h')
-rw-r--r--common/smtppass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/smtppass.h b/common/smtppass.h
index c287067..72f31c8 100644
--- a/common/smtppass.h
+++ b/common/smtppass.h
@@ -215,10 +215,10 @@ int sp_fail_data(spctx_t* ctx, const char* smtp_status);
/*
* Setup the environment with context info. This is useful
- * if you're going to fork another process. Be sure to fork
+ * if you're going to fork another process. Be sure to exec
* soon after to prevent the strings from going out of scope.
*/
-void sp_setup_env(spctx_t* ctx);
+void sp_setup_env(spctx_t* ctx, int file);
/*
* Log a message. levels are syslog levels. Syntax is just