libcw/dns_sd/dns_sd_print.h

8 lines
113 B
C
Raw Normal View History

2020-02-12 18:43:25 +00:00
#ifndef print_dns_sd_h
#define print_dns_sd_h
void dns_sd_print( const void* buf, unsigned bufByteN );
#endif