repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git]
/
src
/
preferences
/
time
/
ntp.h
blob
35a6497705f394974b8bb216790bd7af9872124a
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 */