Changeset 103 for trunk/include


Ignore:
Timestamp:
04/03/08 15:45:41 (16 years ago)
Author:
tim
Message:

rewrote value list parsing routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r102 r103  
    383383/****************/
    384384
     385REGF_VK_REC** regfi_load_valuelist(REGF_FILE* file, uint32 offset,
     386                                   uint32 num_values);
     387
    385388REGF_VK_REC* regfi_parse_vk(REGF_FILE* file, uint32 offset,
    386389                            uint32 max_size, bool strict);
     390
    387391uint8* regfi_parse_data(REGF_FILE* file, uint32 offset,
    388392                        uint32 length, bool strict);
    389393
    390394
     395
    391396#endif  /* _REGFI_H */
Note: See TracChangeset for help on using the changeset viewer.