21 lines
139 B
C++
21 lines
139 B
C++
#ifndef cwMdns_H
|
|
#define cwMdns_H
|
|
|
|
|
|
namespace cw
|
|
{
|
|
namespace net
|
|
{
|
|
namespace mdns
|
|
{
|
|
|
|
rc_t test();
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#endif
|
|
|
|
|