Changeset 106 for trunk/include
- Timestamp:
- 04/18/08 00:16:51 (17 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/range_list.h
r98 r106 54 54 /* range_list_free(): 55 55 * Frees the memory associated with a range_list, including the elements, but 56 * not any data parameters referenced by those elements. 56 * not any data parameters referenced by those elements. If rl is NULL, does 57 * nothing. 57 58 * 58 59 * Arguments: … … 82 83 * rl -- the range list to update 83 84 * offset -- the starting point for the range 84 * length -- the leng htof the range85 * length -- the length of the range 85 86 * data -- misc data associated with this range element 86 87 * Returns: -
trunk/include/regfi.h
r105 r106 109 109 110 110 /* HBIN block */ 111 struct regf_hbin;112 111 typedef struct regf_hbin 113 112 { 114 struct regf_hbin* prev;115 struct regf_hbin* next;116 113 uint32 file_off; /* my offset in the registry file */ 117 114 uint32 ref_count; /* how many active records are pointing to this … … 260 257 uint32 file_length; 261 258 void* mem_ctx; /* memory context for run-time file access information */ 262 REGF_HBIN* block_list; /* list of open hbin blocks */263 259 264 260 /* Experimental hbin lists */
Note: See TracChangeset
for help on using the changeset viewer.