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/saved-mbsebbs-code-2/mbtask/taskdisk.h
vbcoen 6a6a253885 Updated mbmon.c & mbsetup.c
Added doc dir. and manual as .pdf
restored deleted files - yep I screwed the pooch.
2015-11-03 20:41:11 +00:00

13 lines
381 B
C

#ifndef _TASKDISK_H
#define _TASKDISK_H
/* $Id: taskdisk.h,v 1.6 2006/02/13 19:26:31 mbse Exp $ */
char *disk_reset(void); /* Reset disk tables */
void disk_check_r(char *, char *); /* Check space in Megabytes */
void disk_getfs_r(char *); /* Get disk status */
void diskwatch(void); /* Diskwatch */
void deinit_diskwatch(void); /* Release memory */
#endif