commit | eba172d68eb57e6179b1f4b561c8c60d4876b5a1 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Mon May 28 17:41:39 2007 +0000 |
committer | rsc <devnull@localhost> | Mon May 28 17:41:39 2007 +0000 |
tree | 2624bf10ced7bd09b4081476b56702530319ab4b | |
parent | dcb5580cf084ca5a94f354e048b8f6b6e4dae630 [diff] |
add partabandon
diff --git a/include/diskfs.h b/include/diskfs.h index 50366ef..25bc931 100644 --- a/include/diskfs.h +++ b/include/diskfs.h
@@ -69,6 +69,7 @@ Disk* diskopenventi(struct VtCache*, uchar*); Disk* diskopenfile(char *file); Disk* diskpart(Disk*, u64int offset, u64int count); +void diskpartabandon(Disk*); Disk* diskopen(char *file); void diskclose(Disk *disk);