diff options
Diffstat (limited to 'release/libdisk/libdisk.h')
-rw-r--r-- | release/libdisk/libdisk.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/release/libdisk/libdisk.h b/release/libdisk/libdisk.h index 728fc24..767bec0 100644 --- a/release/libdisk/libdisk.h +++ b/release/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: libdisk.h,v 1.13 1995/05/06 03:28:30 phk Exp $ + * $Id: libdisk.h,v 1.14 1995/05/08 02:08:30 phk Exp $ * */ @@ -199,6 +199,13 @@ Prev_Track_Aligned(struct disk *d, u_long offset); * bios geometry */ +struct chunk * +Create_Chunk_DWIM(struct disk *d, struct chunk *parent , u_long size, chunk_e type, int subtype, u_long flags); + /* This one creates a partition inside the given parent of the given + * size, and returns a pointer to it. The first unused chunk big + * enough is used. + */ + /* * Implementation details >>> DO NOT USE <<< */ |