summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/libdisk.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-29 07:21:14 +0000
committerphk <phk@FreeBSD.org>1995-04-29 07:21:14 +0000
commit9684e60aa333602d99d67bf4386e5ea09dd26530 (patch)
treefa70e13b20375cea9c33bb00b43511f4b3042b5e /lib/libdisk/libdisk.h
parent5cc2dacd0f6917d2ba5808d3171283232acad395 (diff)
downloadFreeBSD-src-9684e60aa333602d99d67bf4386e5ea09dd26530.zip
FreeBSD-src-9684e60aa333602d99d67bf4386e5ea09dd26530.tar.gz
Names are assigned when chunks are created.
Rules for only one fat & one extended in MBR.
Diffstat (limited to 'lib/libdisk/libdisk.h')
-rw-r--r--lib/libdisk/libdisk.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h
index 8561bf0..a844814 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.3 1995/04/29 04:00:55 phk Exp $
+ * $Id: libdisk.h,v 1.4 1995/04/29 04:50:38 phk Exp $
*
*/
@@ -137,6 +137,11 @@ Set_Boot_Blocks(struct disk *d, u_char *boot1, u_char *boot2);
* is called
*/
+int
+Write_Disk(struct disk *d);
+ /* Write all the MBRs, disklabels, bootblocks and boot managers
+ */
+
/*
* Implementation details >>> DO NOT USE <<<
*/
@@ -175,6 +180,7 @@ struct disk * Int_Open_Disk(char *name, u_long size);
*
* Make Create_DWIM().
*
+ * Make Is_Unchanged(struct disk *d1, struct chunk *c1)
*
*Sample output from tst01:
*
OpenPOWER on IntegriCloud