summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-01-10 23:04:49 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-01-21 21:49:50 +0000
commite9166683487c860e0b817153531cb1b2b0485347 (patch)
treec3e3d4dcff97da91ae85eb3d74075dfc2e63281c /src/src/functions.h
parentdf5b41e3781da00e859bf0e82a8d58949860a576 (diff)
Use smtp_write_mail_and_rcpt_cmds() for verify callout
Diffstat (limited to 'src/src/functions.h')
-rw-r--r--src/src/functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index 04d941034..bba8c446b 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -169,7 +169,6 @@ extern BOOL enq_start(uschar *, unsigned);
extern uschar *event_raise(uschar *, const uschar *, uschar *);
extern void msg_event_raise(const uschar *, const address_item *);
#endif
-extern uschar ehlo_response(uschar *, size_t, uschar);
extern const uschar * exim_errstr(int);
extern void exim_exit(int);
extern void exim_nullstd(void);