#ifndef _TASKINFO_H
#define _TASKINFO_H

/* $Id$ */


void	get_sysinfo_r(char *);		    /* Get System Info		*/
void	get_lastcallercount_r(char *);	    /* Get Lastcallers count	*/
void	get_lastcallerrec_r(int, char *);   /* Get Lastcaller record	*/


#endif