14 lines
232 B
C
14 lines
232 B
C
#ifndef _TASKINFO_H
|
|
#define _TASKINFO_H
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
char *get_sysinfo(void); /* Get System Info */
|
|
char *get_lastcallercount(void); /* Get Lastcallers count */
|
|
char *get_lastcallerrec(int); /* Get Lastcaller record */
|
|
|
|
|
|
#endif
|
|
|