summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2012-06-04 13:36:19 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2012-06-04 14:57:04 +0100
commit389ca47a59cc0247fcee8a50da42aa00af5f7a90 (patch)
tree2584518852c04f168b4d9a284714943b2e8ed4b2 /src/src/functions.h
parentb32ddfaa2ca5e305c1edfbbc8facc7b4d4f538b7 (diff)
Fix post-rebase merge issues.
Diffstat (limited to 'src/src/functions.h')
-rw-r--r--src/src/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index bc61f31c8..02d152ad6 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -36,7 +36,7 @@ extern int tls_read(BOOL, uschar *, size_t);
extern int tls_server_start(const uschar *);
extern BOOL tls_smtp_buffered(void);
extern int tls_ungetc(int);
-extern int tls_write(BOOL, int, const uschar *, size_t);
+extern int tls_write(BOOL, const uschar *, size_t);
extern uschar *tls_validate_require_cipher(void);
extern void tls_version_report(FILE *);
#ifndef USE_GNUTLS