1 /* 2 * Copyright 2004, pinc Software. All Rights Reserved. 3 * Distributed under the terms of the MIT license. 4 */ 5 #ifndef NTP_H 6 #define NTP_H 7 8 9 #include <SupportDefs.h> 10 11 12 extern status_t ntp_update_time(const char *host, 13 const char** errorString, int32* errorCode); 14 15 16 #endif /* NTP_H */ 17