Changeset 04a7435f in mainline for uspace/app/bithenge/tree.h


Ignore:
Timestamp:
2012-06-26T19:56:26Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
978ccaf1
Parents:
f2da0bb
Message:

Bithenge: add the struct transform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/tree.h

    rf2da0bb r04a7435f  
    8181} bithenge_node_t;
    8282
    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.
    8485 * @memberof bithenge_node_t
    8586 * @param key The key.
     
    161162}
    162163
     164int bithenge_init_internal_node(bithenge_node_t *,
     165    const bithenge_internal_node_ops_t *);
    163166int bithenge_new_simple_internal_node(bithenge_node_t **, bithenge_node_t **,
    164167    bithenge_int_t, bool needs_free);
Note: See TracChangeset for help on using the changeset viewer.