Show
Ignore:
Timestamp:
07/13/08 20:52:42 (4 months ago)
Author:
mwhitworth
Message:

Add to filesystem and journal structures.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/fs/include/fs/super.h

    r743 r795  
    5555        /* General superblock functions */ 
    5656        int (*writeSuper)(struct VfsSuperBlock* superBlock); 
     57        int (*freeSuper)(struct VfsSuperBlock* superBlock); 
    5758}; 
    5859