home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / misc / src / install / fsedit.h < prev    next >
C/C++ Source or Header  |  1997-09-18  |  406b  |  18 lines

  1. #ifndef FSEDIT_H
  2. #define FSEDIT_H
  3.  
  4. #include "hd.h"
  5. #include "fs.h"
  6.  
  7. /* drives is NULL terminated */
  8. int kickstartPartitioning(struct partitionTable * parts, struct fstab * fstab, 
  9.              char **drives);
  10.  
  11. int FSEditPartitions(struct partitionTable * parts, struct fstab * fstab, 
  12.              char **drives,
  13.              struct netInterface * intf, struct netConfig * netc,
  14.              struct driversLoaded ** dl);
  15.  
  16. #endif
  17.  
  18.