#ifndef _DISKWATCH_H_ #define _DISKWATCH_H_ void diskwatch_exit(void); int diskwatch_init(void); #endif /* _DISKWATCH_H_ */