summaryrefslogtreecommitdiff
path: root/src/uptime.h
blob: 74e0afeb78e0d9b44095fbd795777e381dfc8b7c (plain)
1
2
3
4
5
6
7
8
9
#ifndef UPTIME_H
#define UPTIME_H

#ifndef __NetBSD__
void display_days();
#endif
void display_time();

#endif