From 3c61e11fe1a653b159ad472469fa74a3b2d0f116 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 13 Jun 2016 15:57:16 +0100 Subject: [cmdline] Add "ntp" command Signed-off-by: Michael Brown --- src/include/usr/ntpmgmt.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/include/usr/ntpmgmt.h (limited to 'src/include/usr') 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 */ -- cgit v1.2.3-55-g7522