src/cx/tree.h

changeset 908
f49f8a7060aa
parent 905
39aa4f106a71
child 909
f4e00bb3f3b2
equal deleted inserted replaced
907:1f72fb9af87e 908:f49f8a7060aa
1205 * 1205 *
1206 * @param tree the tree 1206 * @param tree the tree
1207 * @param node the node to remove 1207 * @param node the node to remove
1208 */ 1208 */
1209 __attribute__((__nonnull__)) 1209 __attribute__((__nonnull__))
1210 void cxTreeRemove(CxTree *tree, void *node); 1210 void cxTreeRemoveSubtree(CxTree *tree, void *node);
1211 1211
1212 #ifdef __cplusplus 1212 #ifdef __cplusplus
1213 } // extern "C" 1213 } // extern "C"
1214 #endif 1214 #endif
1215 1215

mercurial