1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

trying to fix #77441 Daniel

* configure.in: trying to fix #77441
Daniel
This commit is contained in:
Daniel Veillard
2002-04-14 12:56:08 +00:00
parent a8a89fe587
commit 9b731d709e
6 changed files with 23 additions and 7 deletions

View File

@@ -284,6 +284,10 @@ int xmlValidGetPotentialChildren(xmlElementContent *ctree,
const xmlChar **list,
int *len,
int max);
int xmlValidateNameValue (const xmlChar *value);
int xmlValidateNamesValue (const xmlChar *value);
int xmlValidateNmtokenValue (const xmlChar *value);
int xmlValidateNmtokensValue(const xmlChar *value);
#ifdef __cplusplus
}
#endif