mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 06:02:37 -04:00
8 lines
156 B
C
8 lines
156 B
C
#ifndef TEST_PRINTMSG_H
|
|
#define TEST_PRINTMSG_H
|
|
|
|
#include <dns/message.h>
|
|
|
|
dns_result_t printmessage(dns_message_t *message);
|
|
|
|
#endif /* TEST_PRINTMSG_H */
|