plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit eba172d68eb57e6179b1f4b561c8c60d4876b5a1
parent dcb5580cf084ca5a94f354e048b8f6b6e4dae630
Author: rsc <devnull@localhost>
Date:   Mon, 28 May 2007 17:41:39 +0000

add partabandon

Diffstat:
Minclude/diskfs.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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);