lwip-contrib-mac/apps/sntp/sntp.h

16 lines
180 B
C

#ifndef LWIP_SNTP_H
#define LWIP_SNTP_H
#ifdef __cplusplus
extern "C" {
#endif
void sntp_init(void);
void sntp_stop(void);
#ifdef __cplusplus
}
#endif
#endif /* LWIP_SNTP_H */