summaryrefslogtreecommitdiff
path: root/src/uptime.h
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 19:54:12 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 19:54:12 +0900
commit79285280a55c9a420947620ae20d327563f9ce78 (patch)
treeb24bc237b45cb60ba4b9ce64ea951a37fc9cbcee /src/uptime.h
parentf28ae18cbc5a062557cf52d3ce2e08f815fe83d9 (diff)
.
Diffstat (limited to 'src/uptime.h')
-rw-r--r--src/uptime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uptime.h b/src/uptime.h
index 74e0afe..12ee668 100644
--- a/src/uptime.h
+++ b/src/uptime.h
@@ -1,9 +1,7 @@
#ifndef UPTIME_H
#define UPTIME_H
-#ifndef __NetBSD__
void display_days();
-#endif
void display_time();
#endif