Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_mdns.h « mdns « unit « test « lwip - github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3df339140b3e086121873437f2822f3d36f9df6 (plain)
1
2
3
4
5
6
7
8
#ifndef LWIP_HDR_TEST_MDNS_H__
#define LWIP_HDR_TEST_MDNS_H__

#include "../lwip_check.h"

Suite* mdns_suite(void);

#endif