home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_ra / msgq160s.arj / SHELL.H < prev    next >
Text File  |  1991-07-28  |  254b  |  12 lines

  1. /*
  2.  * Exec with swap
  3.  * Written by P.J. Muller
  4.  */
  5.  
  6. unsigned char shell(char *path, char *command);
  7.  
  8. extern unsigned char swapping_enabled;
  9. extern void (far *shell_message)(char swapmode, long amount);
  10.  
  11. enum {SWAP_NONE, SWAP_EMS, SWAP_DISK};
  12.