X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebra_xpath.h;h=3ab9f6c6e7298690a9899a2df202f6f86e98dd45;hb=21f90a8618faec6bee8d125c12088b74db8eb8b9;hp=fcaf7278fd7ca4b3076cbd1875ebf8b12e32a024;hpb=b551622098261f77647eb99bbbd4b92a3285ea5f;p=idzebra-moved-to-github.git diff --git a/include/zebra_xpath.h b/include/zebra_xpath.h index fcaf727..3ab9f6c 100644 --- a/include/zebra_xpath.h +++ b/include/zebra_xpath.h @@ -3,6 +3,8 @@ #ifndef ZEBRA_XPATH_H #define ZEBRA_XPATH_H +#include + #define XPATH_STEP_COUNT 10 struct xpath_predicate { int which; @@ -33,4 +35,13 @@ int zebra_parse_xpath_str(const char *xpath_string, void dump_xp_steps (struct xpath_location_step *xpath, int no); + #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +