ntp.h 156 B

12345678910
  1. //
  2. // Created by janco on 25-2-16.
  3. //
  4. #ifndef _Network_H
  5. #define _Network_H
  6. extern void NtpInit(void);
  7. extern void GetTime(void);
  8. #endif /* _Network_H */