#include "spf.h"
Go to the source code of this file.
Defines | |
#define | VALID_STR(x) (x ? x : "") |
Functions | |
int | main (int argc, char *argv[]) |
#define VALID_STR | ( | x | ) | (x ? x : "") |
Referenced by main().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 114 of file spf_example.c.
References getopt(), NULL, optarg, optind, SPF_DNS_CACHE, SPF_error_code(), SPF_error_errorp(), SPF_error_message(), SPF_request_free(), SPF_request_new(), SPF_request_query_mailfrom(), SPF_request_query_rcptto(), SPF_request_set_env_from(), SPF_request_set_helo_dom(), SPF_request_set_ipv4_str(), SPF_response_errcode(), SPF_response_free(), SPF_response_get_header_comment(), SPF_response_get_received_spf(), SPF_response_get_smtp_comment(), SPF_response_message(), SPF_response_messages(), SPF_response_result(), SPF_RESULT_PASS, SPF_server_free(), SPF_server_new(), SPF_strerror(), SPF_strresult(), and VALID_STR.