home *** CD-ROM | disk | FTP | other *** search
- /*
- * Execswap.h
- */
-
- /*
- * path is the name to swap to as a Pascal string
- * cmdstr is the command line as a Pascal string
- */
-
- unsigned int pascal ExecWithSwap(char far *path, char far *cmdstr);
- unsigned char pascal InitExecSwap(void far *lasttosave, char far *swapfilename);
- void pascal ShutdownExecSwap(void);
- long pascal BytesSwapped(void);
- unsigned char pascal EmsAllocated(void);
- unsigned char pascal FileAllocated(void);