libcw/dns_sd/dns_sd_print.h
kpl f15e06695b Updated dns_sd/ to match the Arduino build.
cwAvahiSurface.cpp : initial commit.
2020-02-13 11:29:52 -05:00

8 lines
142 B
C

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