From e2a7af6baeb38695c9fd2ec74c92fcc698bbccbf Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 14 Dec 2024 09:59:45 -0500 Subject: [PATCH] cwTcpSocketTest.h : Removed declartion of mdns_test() because it was never defined. --- cwTcpSocketTest.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cwTcpSocketTest.h b/cwTcpSocketTest.h index 38d043b..71b163f 100644 --- a/cwTcpSocketTest.h +++ b/cwTcpSocketTest.h @@ -17,7 +17,6 @@ namespace cw { rc_t test_udp_srv( const object_t* cfg ); rc_t test_tcp_srv( const object_t* cfg ); - rc_t mdns_test(); } } }