home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / x / x_files / !X-Files / h / fshook < prev    next >
Encoding:
Text File  |  1996-04-04  |  175 b   |  12 lines

  1. /* fshook.h */
  2.  
  3. #ifndef __settype_h
  4. #define __settype_h
  5.  
  6. #include "kernel.h"
  7.  
  8. _kernel_oserror *InstallFSHook(void);
  9. _kernel_oserror *FileHook(_kernel_swi_regs *regs);
  10.  
  11. #endif
  12.