Changeset 105 for trunk/include


Ignore:
Timestamp:
04/14/08 00:55:41 (16 years ago)
Author:
tim
Message:

fully removed dependence on Samba parse structures from core library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r104 r105  
    128128
    129129  uint8 magic[HBIN_MAGIC_SIZE]; /* "hbin" */
    130   prs_struct ps;         /* data */
    131130} REGF_HBIN;
    132131
     
    384383/* Experimental */
    385384/****************/
     385REGF_NK_REC* regfi_load_key(REGF_FILE* file, uint32 offset, bool strict);
     386
    386387REGF_HASH_LIST* regfi_load_hashlist(REGF_FILE* file, uint32 offset,
    387                                     uint32 num_keys, bool strict);
     388                                    uint32 num_keys, uint32 max_size,
     389                                    bool strict);
    388390
    389391REGF_VK_REC** regfi_load_valuelist(REGF_FILE* file, uint32 offset,
    390                                    uint32 num_values);
     392                                   uint32 num_values, uint32 max_size,
     393                                   bool strict);
    391394
    392395REGF_VK_REC* regfi_parse_vk(REGF_FILE* file, uint32 offset,
     
    397400
    398401
    399 
    400402#endif  /* _REGFI_H */
Note: See TracChangeset for help on using the changeset viewer.