summaryrefslogtreecommitdiff
path: root/src/uptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uptime.h')
-rw-r--r--src/uptime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uptime.h b/src/uptime.h
index 12ee668..92ba7ad 100644
--- a/src/uptime.h
+++ b/src/uptime.h
@@ -1,7 +1,7 @@
#ifndef UPTIME_H
#define UPTIME_H
-void display_days();
-void display_time();
+const char *display_days();
+const char *display_time();
#endif