]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - hwclock/clock.h
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / hwclock / clock.h
similarity index 93%
rename from clock/clock.h
rename to hwclock/clock.h
index fc91826ce56e76ed1e6afec49c2f1a7816b8b3b8..91d3df801a078406943d17fb027b4bb905a108db 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <errno.h>             /* for errno, EPERM, EINVAL, ENOENT */
 #include <time.h>
@@ -23,7 +24,7 @@ typedef int bool;
 extern char *progname;
 extern int debug;
 extern int epoch_option;
-extern void outsyserr(char *msg);
+extern void outsyserr(char *msg, ...);
 
 /* cmos.c */
 extern void set_cmos_epoch(int ARCconsole, int SRM);