--- cfg.h 2002/07/17 15:04:08 1.10
+++ cfg.h 2002/07/18 15:34:55 1.11
@@ -135,7 +135,7 @@
/* node traversing/locating */
cfg_rc_t cfg_node_root (cfg_t *cfg, cfg_node_t **node);
-cfg_rc_t cfg_node_select (cfg_t *cfg, cfg_node_t *node, cfg_node_t **node2, const char *spec, ...);
+cfg_rc_t cfg_node_select (cfg_t *cfg, cfg_node_t *node, cfg_node_t ***result, const char *spec, ...);
cfg_rc_t cfg_node_find (cfg_t *cfg, cfg_node_t *node, cfg_rc_t (*cb_fct_cmp)(cfg_t *, cfg_node_t *, void *), void *cb_ctx_cmp, cfg_node_t **cont);
cfg_rc_t cfg_node_apply (cfg_t *cfg, cfg_node_t *node, cfg_rc_t (*cb_fct_cmp)(cfg_t *, cfg_node_t *, void *), void *cb_ctx_cmp, cfg_rc_t (*cb_fct_cb)(cfg_t *, cfg_node_t *, void *), void *cb_ctx_cb);
cfg_rc_t cfg_node_cmp (cfg_t *cfg, cfg_node_t *node, void *token);
|