diff options
| author | rsc <devnull@localhost> | 2007-05-28 17:41:39 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2007-05-28 17:41:39 +0000 |
| commit | eba172d68eb57e6179b1f4b561c8c60d4876b5a1 (patch) | |
| tree | 2624bf10ced7bd09b4081476b56702530319ab4b /include | |
| parent | dcb5580cf084ca5a94f354e048b8f6b6e4dae630 (diff) | |
| download | plan9port-eba172d68eb57e6179b1f4b561c8c60d4876b5a1.tar.gz plan9port-eba172d68eb57e6179b1f4b561c8c60d4876b5a1.zip | |
add partabandon
Diffstat (limited to 'include')
| -rw-r--r-- | include/diskfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diskfs.h b/include/diskfs.h index 50366ef2..25bc931e 100644 --- a/include/diskfs.h +++ b/include/diskfs.h @@ -69,6 +69,7 @@ Disk* diskcache(Disk*, uint, uint); 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); |
