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 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#define SPF_MAX_TXT_REC 10
#define SPF_MAX_RECURSION 10
typedef enum spf_result {
@@ -49,8 +48,6 @@ typedef struct {
spf_result spf_check_host(spf_query_t *query, spf_answer_t *ans);
spf_result spf_test_record(const char *rec,
spf_query_t *query, spf_answer_t *ans);
-dns_status spf_lookup(const char *domain, char **txt, size_t maxtxt,
- unsigned long *ttl, char *answer, size_t answer_size);
void spf_answer_free(spf_answer_t *ans);
void spf_answer_add_mech(spf_answer_t *ans, char const *mech);

Return to:

Send suggestions and report system problems to the System administrator.