8 lines
113 B
C
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
|