This commit is contained in:
2026-01-01 21:42:01 -07:00
parent 8eafba6ea6
commit cd28bebff9

View File

@@ -238,6 +238,9 @@ struct udp_pcb* get_mdns_pcb(void);
char checker(int);
char checkSizeOfInt[sizeof(struct mdns_service)]={checker(&checkSizeOfInt)};
/*char checkSizeOfInt[sizeof(struct mdns_service_old)]={checker(&checkSizeOfInt)}; */
char checkSizeOfInt[sizeof(struct mdns_domain)]={checker(&checkSizeOfInt)};
char checkSizeOfInt[sizeof(struct mdns_txtdata)]={checker(&checkSizeOfInt)};
#ifdef __cplusplus
}