diff options
| author | Michael Brown | 2016-06-13 16:57:16 +0200 |
|---|---|---|
| committer | Michael Brown | 2016-06-13 16:57:16 +0200 |
| commit | 3c61e11fe1a653b159ad472469fa74a3b2d0f116 (patch) | |
| tree | 8509d004b15ee4d7d82fa09a675cc6770ffcc28d /src/include/usr/ntpmgmt.h | |
| parent | [ntp] Add simple NTP client (diff) | |
| download | ipxe-3c61e11fe1a653b159ad472469fa74a3b2d0f116.tar.gz ipxe-3c61e11fe1a653b159ad472469fa74a3b2d0f116.tar.xz ipxe-3c61e11fe1a653b159ad472469fa74a3b2d0f116.zip | |
[cmdline] Add "ntp" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr/ntpmgmt.h')
| -rw-r--r-- | src/include/usr/ntpmgmt.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/usr/ntpmgmt.h b/src/include/usr/ntpmgmt.h new file mode 100644 index 000000000..284e668e6 --- /dev/null +++ b/src/include/usr/ntpmgmt.h @@ -0,0 +1,14 @@ +#ifndef _USR_NTPMGMT_H +#define _USR_NTPMGMT_H + +/** @file + * + * NTP management + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +extern int ntp ( const char *hostname ); + +#endif /* _USR_NTPMGMT_H */ |
