mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add partabandon
This commit is contained in:
parent
dcb5580cf0
commit
eba172d68e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue