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

16 lines
177 B
C

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