find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)
[oweals/busybox.git] / procps / uptime.c
index 37c9d449a5c4715510e5964ff2808a0d630637b6..3573ffe73472fcbf651b91c3c19f4b01b3fd6c4b 100644 (file)
@@ -25,6 +25,7 @@
 #define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100)
 
 
+int uptime_main(int argc, char **argv);
 int uptime_main(int argc, char **argv)
 {
        int updays, uphours, upminutes;