This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbmon/mbmon.h

15 lines
210 B
C
Raw Normal View History

2001-08-17 05:46:24 +00:00
#ifndef _MBMON_H
#define _MBMON_H
static void die(int);
void ShowSysinfo(void);
void ShowLastcaller(void);
void system_moni(void);
void system_stat(void);
void disk_stat(void);
void soft_info(void);
#endif