00001 /* 00002 * This program is free software; you can redistribute it and/or modify 00003 * it under the terms of either: 00004 * 00005 * a) The GNU Lesser General Public License as published by the Free 00006 * Software Foundation; either version 2.1, or (at your option) any 00007 * later version, 00008 * 00009 * OR 00010 * 00011 * b) The two-clause BSD license. 00012 * 00013 * These licenses can be found with the distribution in the file LICENSES 00014 */ 00015 00016 00017 00018 00019 #ifndef INC_SPF_DNS_RESOLV 00020 #define INC_SPF_DNS_RESOLV 00021 00043 SPF_dns_server_t *SPF_dns_resolv_new(SPF_dns_server_t *layer_below, 00044 const char *name, int debug); 00045 00046 #endif