X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebra_xpath.h;h=fcaf7278fd7ca4b3076cbd1875ebf8b12e32a024;hb=7c3a0352f0492609a3b6b26b63a72b0b2d207aab;hp=d09bf16a151c0031924358328a4981a58512af5c;hpb=26a5a4b96b90361859cf856d6c41852b03ca2f84;p=idzebra-moved-to-github.git diff --git a/include/zebra_xpath.h b/include/zebra_xpath.h index d09bf16..fcaf727 100644 --- a/include/zebra_xpath.h +++ b/include/zebra_xpath.h @@ -27,8 +27,9 @@ struct xpath_location_step { struct xpath_predicate *predicate; }; -int parse_xpath_str(const char *xpath_string, - struct xpath_location_step *xpath, NMEM mem); +int zebra_parse_xpath_str(const char *xpath_string, + struct xpath_location_step *xpath, + int max, NMEM mem); void dump_xp_steps (struct xpath_location_step *xpath, int no);