Index: trunk/src/conf.h =================================================================== --- trunk/src/conf.h (revision 15460) +++ trunk/src/conf.h (revision 15461) @@ -376,4 +376,8 @@ int pcb_conf_cmd_is_safe_(const char *path, const char *value, const char **val_out, int msg); #define pcb_conf_cmd_is_safe(path, val_out, msg) pcb_conf_cmd_is_safe_(#path, conf_core.path, val_out, msg) +/* Get the first subtree that matches pol within target; allocate new + subtree if needed */ +lht_node_t *conf_lht_get_first_pol(conf_role_t target, conf_policy_t pol, int create); + #endif