aboutsummaryrefslogtreecommitdiff
path: root/src/spf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spf.h')
-rw-r--r--src/spf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/spf.h b/src/spf.h
index 9b3c8e63..229075e6 100644
--- a/src/spf.h
+++ b/src/spf.h
@@ -14,7 +14,6 @@
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 15 along with this program. If not, see <http://www.gnu.org/licenses/>. */
16 16
17#define SPF_MAX_TXT_REC 10
18#define SPF_MAX_RECURSION 10 17#define SPF_MAX_RECURSION 10
19 18
20typedef enum spf_result { 19typedef enum spf_result {
@@ -49,8 +48,6 @@ typedef struct {
49spf_result spf_check_host(spf_query_t *query, spf_answer_t *ans); 48spf_result spf_check_host(spf_query_t *query, spf_answer_t *ans);
50spf_result spf_test_record(const char *rec, 49spf_result spf_test_record(const char *rec,
51 spf_query_t *query, spf_answer_t *ans); 50 spf_query_t *query, spf_answer_t *ans);
52dns_status spf_lookup(const char *domain, char **txt, size_t maxtxt,
53 unsigned long *ttl, char *answer, size_t answer_size);
54 51
55void spf_answer_free(spf_answer_t *ans); 52void spf_answer_free(spf_answer_t *ans);
56void spf_answer_add_mech(spf_answer_t *ans, char const *mech); 53void spf_answer_add_mech(spf_answer_t *ans, char const *mech);

Return to:

Send suggestions and report system problems to the System administrator.