home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / pcc / v08n03 / netwrk.exe / DOSRIFS.ZIP / RIFSSRC.ZIP / IFS0.H < prev    next >
C/C++ Source or Header  |  1994-06-02  |  151b  |  9 lines

  1. #ifndef ifs0_h
  2. #define ifs0_h
  3.  
  4. void far ifs0_init(unsigned intno);
  5. void far ifs0_shutdown(void);
  6. unsigned far ifs0_GetStackUsed(void);
  7. #endif
  8.  
  9.