diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-23 06:29:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-23 06:29:01 +0000 |
| commit | e9ce3d82e48d06f0b8c48b58c5d8a66c5a5d3c9b (patch) | |
| tree | 39a1b25eb91546d966225dc4b1139537247fbf70 /lib/libdisk/libdisk.h | |
| parent | 54ddcf4fa1ea90654cb33a867c39b3f631702620 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.h')
| -rw-r--r-- | lib/libdisk/libdisk.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index e029fbf34c88..425ca0b5eebf 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -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. |
