3801e3e3fef64b1978b270866a4abb77cb2d3866
[exim.git] / src / src / miscmods / spf_api.h
1 /*************************************************
2 *     Exim - an Internet mail transport agent    *
3 *************************************************/
4
5 /* Copyright (c) The Exim Maintainers 2024 */
6 /* See the file NOTICE for conditions of use and distribution. */
7 /* SPDX-License-Identifier: GPL-2.0-or-later */
8
9 /* API definitions for the spfmodule */
10
11
12 /* Function table entry numbers */
13
14 #define SPF_PROCESS             0
15 #define SPF_AUTHRES             1
16 #define SPF_GET_RESPONSE        2
17 #define SPF_OPEN                3
18 #define SPF_CLOSE               4
19 #define SPF_FIND                5