#include <sys/types.h>
#include <sys/time.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include "config.h"
#include "adns.h"
Go to the source code of this file.
◆ aargh()
Definition at line 48 of file fanftest.c.
48 {
52}
static const char * progname
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
const char * strerror(int err)
Referenced by main().
◆ main()
Definition at line 54 of file fanftest.c.
54 {
58
62 else
64
68 }
69
72
77
80
82
84
85 return 0;
86}
ADNS_API void adns_finish(adns_state ads)
ADNS_API int adns_init(adns_state *newstate_r, adns_initflags flags, FILE *diagfile)
ADNS_API int adns_wait(adns_state ads, adns_query *query_io, adns_answer **answer_r, void **context_r)
ADNS_API int adns_submit(adns_state ads, const char *owner, adns_rrtype type, adns_queryflags flags, void *context, adns_query *query_r)
static void aargh(const char *msg)
_CRT_RESTORE_GCC_WARNINGS _CRT_DISABLE_GCC_WARNINGS _Check_return_ _CRTIMP _CONST_RETURN char *__cdecl strrchr(_In_z_ const char *_Str, _In_ int _Ch)
union adns_answer::@4230 rrs
◆ progname