Changeset 04a7435f in mainline for uspace/app/bithenge/tree.h
- Timestamp:
- 2012-06-26T19:56:26Z (11 years ago)
- Branches:
- lfn, master, serial
- Children:
- 978ccaf1
- Parents:
- f2da0bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/tree.h
rf2da0bb r04a7435f 81 81 } bithenge_node_t; 82 82 83 /** A callback function used to iterate over a node's children. 83 /** A callback function used to iterate over a node's children. It takes 84 * ownership of a reference to both the key and the value. 84 85 * @memberof bithenge_node_t 85 86 * @param key The key. … … 161 162 } 162 163 164 int bithenge_init_internal_node(bithenge_node_t *, 165 const bithenge_internal_node_ops_t *); 163 166 int bithenge_new_simple_internal_node(bithenge_node_t **, bithenge_node_t **, 164 167 bithenge_int_t, bool needs_free);
Note: See TracChangeset
for help on using the changeset viewer.