usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git] / src / preferences / time / ntp.h
blob35a6497705f394974b8bb216790bd7af9872124a
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
9 #include <SupportDefs.h>
12 extern status_t ntp_update_time(const char *host,
13 const char** errorString, int32* errorCode);
16 #endif /* NTP_H */