diff options
Diffstat (limited to 'common/smtppass.h')
-rw-r--r-- | common/smtppass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/smtppass.h b/common/smtppass.h index 701ecb9..7c76225 100644 --- a/common/smtppass.h +++ b/common/smtppass.h @@ -213,7 +213,7 @@ int sp_cache_data(spctx_t* ctx); * Sends the data in file buffer off to server. This is * completes a successful mail transfer. */ -int sp_done_data(spctx_t* ctx); +int sp_done_data(spctx_t* ctx, const char *header); /* * Fails the data, deletes any temp data, and sends given |