aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/libdisk.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-04-29 07:21:14 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-04-29 07:21:14 +0000
commita29b6fccc0d480a9f4fed41056a2f357aaf1101b (patch)
treefa70e13b20375cea9c33bb00b43511f4b3042b5e /lib/libdisk/libdisk.h
parent65b36cbb7d3d450ecf2b93a137bf4d42d65effa6 (diff)
downloadsrc-a29b6fccc0d480a9f4fed41056a2f357aaf1101b.tar.gz
src-a29b6fccc0d480a9f4fed41056a2f357aaf1101b.zip
Names are assigned when chunks are created.
Rules for only one fat & one extended in MBR.
Notes
Notes: svn path=/head/; revision=8160
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 8561bf04320f..a84481450eb0 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:
*