libspf2  1.2.10
spf_dns_test.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of either:
4  *
5  * a) The GNU Lesser General Public License as published by the Free
6  * Software Foundation; either version 2.1, or (at your option) any
7  * later version,
8  *
9  * OR
10  *
11  * b) The two-clause BSD license.
12  *
13  * These licenses can be found with the distribution in the file LICENSES
14  */
15 
16 
17 
18 
19 #ifndef INC_SPF_DNS_TEST
20 #define INC_SPF_DNS_TEST
21 
22 #include "spf_dns.h"
23 
46 SPF_dns_server_t *SPF_dns_test_new( SPF_dns_server_t *layer_below,
47  const char *name, int debug);
48 
49 #endif
debug
#define debug
SPF_dns_test_new
SPF_dns_server_t * SPF_dns_test_new(SPF_dns_server_t *layer_below, const char *name, int debug)
Definition: spf_dns_test.c:437
spf_dns.h