summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/libdisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libdisk/libdisk.h')
-rw-r--r--lib/libdisk/libdisk.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h
index 2946f90..e4412cf 100644
--- a/lib/libdisk/libdisk.h
+++ b/lib/libdisk/libdisk.h
@@ -6,14 +6,14 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id$
+ * $Id: libdisk.h,v 1.2 1995/04/29 01:55:23 phk Exp $
*
*/
typedef enum {whole, foo, fat, freebsd, extended, part, unused, reserved} chunk_e;
#define CHAR_N static char *chunk_n[] = { \
- "whole","foo","fat","freebsd","extended","part","unused","reserved"};
+ "whole","foo","fat","freebsd","extended","part","unused","reserved",0};
struct disk {
char *name;
@@ -103,6 +103,11 @@ Create_Chunk(struct disk *disk, u_long offset, u_long size, chunk_e type, int su
/* Create a chunk with the specified paramters
*/
+void
+All_FreeBSD(struct disk *d);
+ /* Make one FreeBSD chunk covering the entire disk
+ */
+
char *
CheckRules(struct disk *);
/* Return char* to warnings about broken design rules in this disklayout
OpenPOWER on IntegriCloud