mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 12:31:29 -05: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 */
|