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

5 lines
90 B
C

#ifndef __PROC_STATUS_H
#define __PROC_STATUS_H
extern char *status(proc_t* task);
#endif