rtems-libbsd/mDNSResponder/unittests/ResourceRecordTest.h
Sebastian Huber f01edf1024 mDNSResponder: Update to v765.1.2
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.
2018-09-20 11:23:32 +02:00

11 lines
149 B
C

#ifndef ResourceRecordTest_h
#define ResourceRecordTest_h
#include "unittest.h"
int ResourceRecordTest(void);
#endif /* ResourceRecordTest_h */