home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
misc
/
src
/
install
/
fsedit.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-09-18
|
406b
|
18 lines
#ifndef FSEDIT_H
#define FSEDIT_H
#include "hd.h"
#include "fs.h"
/* drives is NULL terminated */
int kickstartPartitioning(struct partitionTable * parts, struct fstab * fstab,
char **drives);
int FSEditPartitions(struct partitionTable * parts, struct fstab * fstab,
char **drives,
struct netInterface * intf, struct netConfig * netc,
struct driversLoaded ** dl);
#endif