mirror of
https://github.com/ipxe/ipxe
synced 2026-01-28 20:12:28 +03:00
[cmdline] Add "ntp" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
14
src/include/usr/ntpmgmt.h
Normal file
14
src/include/usr/ntpmgmt.h
Normal file
@@ -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 */
|
||||
Reference in New Issue
Block a user