chiark / gitweb /
bus: add basic dbus1 policy parser
[elogind.git] / src / shared / xml.h
index 18ebbd9e44ae623a540fe8c4652c9ec56fa72fbe..af71709c331da750a0bfbedca134c51bf183c360 100644 (file)
@@ -31,4 +31,4 @@ enum {
         XML_ATTRIBUTE_VALUE
 };
 
-int xml_tokenize(const char **p, char **name, void **state);
+int xml_tokenize(const char **p, char **name, void **state, unsigned *line);