1 2 3 4 5 6 7
#ifndef DNSL_TESTS_DNS_H #define DNSL_TESTS_DNS_H void test_dnsl_encode_hostname (void); void test_dnsl_construct_question_query (void); #endif