]> wimlib.net Git - wimlib/blobdiff - include/wimlib/xmlproc.h
xml: fix wimlib_set_image_property()
[wimlib] / include / wimlib / xmlproc.h
index c82ce57f3a2877eb9d0d8c8396c2eba5e9737026..c202d629765efaa51246b22115677a318f7156ed 100644 (file)
@@ -66,7 +66,7 @@ struct xml_node *
 xml_clone_tree(struct xml_node *orig);
 
 bool
-xml_legal_name(const tchar *name);
+xml_legal_path(const tchar *name);
 
 bool
 xml_legal_value(const tchar *value);