Wrap file I/O to claws_* to benefit from custom locking when
[claws.git] / src / common / xml.h
index 225a12e60ac00e188ce5749409efbeaeeb1f6377..6ca9059374af8cf4a2c2ab0a644e5196e0ae4067 100644 (file)
@@ -51,6 +51,7 @@ struct _XMLNode
 struct _XMLFile
 {
        FILE *fp;
+       gchar *path;
 
        GString *buf;
        gchar *bufp;