procps/proc/whattime.h
2002-02-01 22:47:29 +00:00

10 lines
170 B
C

/* whattime.h --- see whattime.c for explanation */
#ifndef __WHATTIME_H
#define __WHATTIME_H
extern void print_uptime(void);
extern char *sprint_uptime(void);
#endif