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:
@@ -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
|
||||
|
Reference in New Issue
Block a user