Changeset 106 for trunk/include/range_list.h
- Timestamp:
- 04/18/08 00:16:51 (17 years ago)
- File:
-
- 1 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:
Note: See TracChangeset
for help on using the changeset viewer.