mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-09 21:16:43 +08:00

The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.1.1.tar.gz Update #3522.
10 lines
153 B
C
10 lines
153 B
C
|
|
#ifndef ReconfirmRecordTests_h
|
|
#define ReconfirmRecordTests_h
|
|
|
|
#include "unittest.h"
|
|
|
|
int CNameRecordTests(void);
|
|
|
|
#endif /* ReconfirmRecordTests_h */
|