source: UsbWattMeter/trunk/lwip-1.4.1/apps/sntp/sntp.h@ 473

Last change on this file since 473 was 167, checked in by coas-nagasima, 8 years ago

MIMEにSJISを設定

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr; charset=SHIFT_JIS
File size: 177 bytes
Line 
1#ifndef __SNTP_H__
2#define __SNTP_H__
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void sntp_init(void);
9void sntp_stop(void);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif /* __SNTP_H__ */
Note: See TracBrowser for help on using the repository browser.