diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-24 21:08:30 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-24 21:08:30 +0000 |
| commit | 609f1afc83b56a163e167989d2bd01617b2d659b (patch) | |
| tree | 283916d646dacd944c55e9e96f6476703bfe7333 /lib/libdisk/libdisk.h | |
| parent | af0719316aefbe5cbdb44689a856ecb6e23259e6 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.h')
| -rw-r--r-- | lib/libdisk/libdisk.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index c133cab00d43..8e2ff412f32c 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/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.22 1996/04/29 06:45:33 jkh Exp $ +* $Id: libdisk.h,v 1.22.2.1 1996/11/28 21:51:12 phk Exp $ * */ @@ -86,6 +86,11 @@ struct chunk { extern const char *chunk_n[]; extern const u_char boot1[], boot2[]; +const char * +slice_type_name( int type, int subtype ); +/* "chunk_n" for subtypes too + */ + struct disk * Open_Disk(const char *devname); /* Will open the named disk, and return populated tree. |
