URI:
       tadd partabandon - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit eba172d68eb57e6179b1f4b561c8c60d4876b5a1
   DIR parent dcb5580cf084ca5a94f354e048b8f6b6e4dae630
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 28 May 2007 17:41:39 +0000
       
       add partabandon
       
       Diffstat:
         M include/diskfs.h                    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/include/diskfs.h b/include/diskfs.h
       t@@ -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);