summaryrefslogtreecommitdiff
path: root/src/src/functions.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-03-12 21:01:26 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-03-12 21:01:26 +0000
commit37f3dc43fb3a9e1513f8a31c49401b121c1adeb5 (patch)
tree0029f866d9fdae0bc3a5208d5d8255f450c02a5e /src/src/functions.h
parent7b48497a8046fdb413b57d1fdd13a2af35537dec (diff)
tidying: coverity issues
Diffstat (limited to 'src/src/functions.h')
-rw-r--r--src/src/functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/functions.h b/src/src/functions.h
index a5278a620..878ae42a7 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -170,6 +170,7 @@ 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 const uschar * exim_errstr(int);
extern void exim_exit(int);
extern void exim_nullstd(void);
extern void exim_setugid(uid_t, gid_t, BOOL, uschar *);