Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / include / zebra_xpath.h
index fcaf727..3ab9f6c 100644 (file)
@@ -3,6 +3,8 @@
 #ifndef ZEBRA_XPATH_H
 #define ZEBRA_XPATH_H
 
+#include <yaz/nmem.h>
+
 #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
+ */
+