#ifndef __spf1_h__
#define __spf1_h__

int check_spf1(char *domain, char *client_ip, int tmode, struct tspfm *spfm, char *exp_res, int sizeof_exp_res, int *querycount, int querymax);

#endif
