home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / pcc / v08n03 / netwrk.exe / DOSRIFS.ZIP / RIFSSRC.ZIP / SVR0.H < prev    next >
Text File  |  1994-06-04  |  467b  |  17 lines

  1. #ifndef svr0_h
  2. #define svr0_h
  3.  
  4. void     far svr0_init(unsigned intno);
  5. void     far svr0_shutdown(void);
  6. unsigned far svr0_GetSemaphores(void);
  7. void     far svr0_SetDispatchFlag(void);
  8. void     far svr0_ResetDispatchFlag(void);
  9. unsigned far svr0_GetStackUsed(void);
  10. void     far svr0_TestCallSvr(void);
  11. void     far SwapDOS(void);
  12.  
  13. void     interrupt svr0_int1b(void);
  14. void     interrupt svr0_int23(void);
  15. void     interrupt svr0_int24(void);
  16. #endif
  17.