libcw/dns_sd/dns_sd_print.h
2020-02-12 13:43:25 -05:00

8 lines
113 B
C

#ifndef print_dns_sd_h
#define print_dns_sd_h
void dns_sd_print( const void* buf, unsigned bufByteN );
#endif