mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-12 23:04:55 +08:00

The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-765.1.2.tar.gz Move mDNS_StartResolveService() and mDNS_StopResolveService() to an RTEMS-specific file (rtemsbsd/mdns/mDNSResolveService.c) using the v576.30.4 implementation. Apple removed these functions without explanation. Update #3522.
8 lines
130 B
C
8 lines
130 B
C
#ifndef DNSMessageTest_h
|
|
#define DNSMessageTest_h
|
|
|
|
#include "unittest.h"
|
|
|
|
int DNSMessageTest(void);
|
|
|
|
#endif /* DNSMessageTest_h */ |