LED_shit/main/include/dns_server.h
2025-11-04 21:33:28 +00:00

11 lines
111 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void start_dns_server(void);
#ifdef __cplusplus
}
#endif