Changeset 110 for trunk/include


Ignore:
Timestamp:
04/29/08 18:59:55 (16 years ago)
Author:
tim
Message:

moved unallocated cell parsing back out of the main line hbin parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r109 r110  
    7272#define REG_KEY                        0x7FFFFFFF
    7373
    74 #define REGFI_FLAG_NONE         0x0
    75 #define REGFI_FLAG_SAVE_UNALLOC 0x1
    76 
    7774#define REGF_BLOCKSIZE          0x1000
    7875#define REGF_ALLOC_BLOCK        0x1000  /* Minimum allocation unit for hbins */
     
    260257  /* Experimental hbin lists */
    261258  range_list* hbins;
    262   range_list* unalloc_cells;
    263259
    264260  /* file format information */ 
     
    319315char*                 regfi_get_group(SEC_DESC* sec_desc);
    320316
    321 REGF_FILE*            regfi_open(const char* filename, uint32 flags);
     317REGF_FILE*            regfi_open(const char* filename);
    322318int                   regfi_close(REGF_FILE* r);
    323319
     
    349345REGF_FILE*            regfi_parse_regf(int fd, bool strict);
    350346REGF_HBIN*            regfi_parse_hbin(REGF_FILE* file, uint32 offset,
    351                                        bool strict, bool save_unalloc);
     347                                       bool strict);
    352348
    353349
     
    393389                        uint32 length, bool strict);
    394390
     391range_list* regfi_parse_unalloc_cells(REGF_FILE* file);
    395392
    396393#endif  /* _REGFI_H */
Note: See TracChangeset for help on using the changeset viewer.