xref: /haiku/src/preferences/time/ntp.h (revision 837b16251d4b2b6249ebcaa19bb319cbe82c6126)
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