home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / mkswap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-05  |  252 b   |  13 lines

  1. #ifndef H_MKSWAP
  2. #define H_MKSWAP
  3.  
  4. #include "fs.h"
  5.  
  6. int enableswap(char * device_name, int size, int checkBlocks);
  7. int activeSwapSpace(struct partitionTable * table, struct fstab * finalFstab,
  8.             int forceFormat);
  9.  
  10. extern int canEnableSwap;
  11.  
  12. #endif
  13.