summaryrefslogtreecommitdiff
path: root/include/libxml/valid.h
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2005-07-12 19:58:48 +0000
committerMike Hommey <glandium@debian.org>2005-07-12 19:58:48 +0000
commit112cb5bb5475afec1c1cbf1d6728ce4880d0fee8 (patch)
tree6c34596134f8665ebc180f29b50915dc70bbe5c1 /include/libxml/valid.h
parent0fc063df3ab2ad380d532d210dd1001de473e51b (diff)
downloadlibxml2-112cb5bb5475afec1c1cbf1d6728ce4880d0fee8.tar.gz
Load /tmp/tmp.zfIyNk/libxml2-2.6.20 intoupstream/2.6.20
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'include/libxml/valid.h')
-rw-r--r--include/libxml/valid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libxml/valid.h b/include/libxml/valid.h
index 2e0ec3d..86e3fce 100644
--- a/include/libxml/valid.h
+++ b/include/libxml/valid.h
@@ -195,13 +195,13 @@ XMLPUBFUN void XMLCALL
xmlSnprintfElementContent(char *buf,
int size,
xmlElementContentPtr content,
- int glob);
+ int englob);
#ifdef LIBXML_OUTPUT_ENABLED
/* DEPRECATED */
XMLPUBFUN void XMLCALL
xmlSprintfElementContent(char *buf,
xmlElementContentPtr content,
- int glob);
+ int englob);
#endif /* LIBXML_OUTPUT_ENABLED */
/* DEPRECATED */