aboutsummaryrefslogtreecommitdiffstats
path: root/include/libxml
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml')
-rw-r--r--include/libxml/uri.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/uri.h b/include/libxml/uri.h
index 972ef926..80713533 100644
--- a/include/libxml/uri.h
+++ b/include/libxml/uri.h
@@ -35,6 +35,7 @@ struct _xmlURI {
char *path; /* the path string */
char *query; /* the query string */
char *fragment; /* the fragment identifier */
+ int cleanup; /* parsing potentially unclean URI */
};
/*