big header clean-up
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
/* whattime.h --- see whattime.c for explanation */
|
||||
#ifndef PROC_WHATTIME_H
|
||||
#define PROC_WHATTIME_H
|
||||
|
||||
#ifndef __WHATTIME_H
|
||||
#define __WHATTIME_H
|
||||
#include "procps.h"
|
||||
|
||||
EXTERN_C_BEGIN
|
||||
|
||||
extern void print_uptime(void);
|
||||
extern char *sprint_uptime(void);
|
||||
|
||||
EXTERN_C_END
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user