Provide readn() as a wrapper around read()
[exim.git] / src / src / macro_predef.h
CommitLineData
d185889f
JH
1/*************************************************
2* Exim - an Internet mail transport agent *
3*************************************************/
4
5/* Copyright (c) Jeremy Harris 2017 */
6/* See the file NOTICE for conditions of use and distribution. */
7
8/* Global functions */
9
f1f7d0cd 10extern void spf(uschar *, int, const uschar *, ...);
d185889f
JH
11extern void builtin_macro_create(const uschar *);
12extern void options_from_list(optionlist *, unsigned, const uschar *, uschar *);
13
14extern void options_main(void);
15extern void options_routers(void);
16extern void options_transports(void);
17extern void options_auths(void);
18