libspf2  1.2.10
spf_dns_resolv.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_RESOLV
20 #define INC_SPF_DNS_RESOLV
21 
43 SPF_dns_server_t *SPF_dns_resolv_new(SPF_dns_server_t *layer_below,
44  const char *name, int debug);
45 
46 #endif