summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-08 15:01:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-08 15:01:59 +0000
commit82d753388039e0677a9ac13ca0fda19abc5e8f66 (patch)
tree01833e0be631d909b8ec7023b8354652de00f63d /include
parent0e229933d054d7e264d48d5146a0b21fd6813ba7 (diff)
downloadlibxml2-82d753388039e0677a9ac13ca0fda19abc5e8f66.tar.gz
adding SGML super catalog support adding one API and one flag --sgml to
* include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML super catalog support adding one API and one flag --sgml to xmlcatalog Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/catalog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/catalog.h b/include/libxml/catalog.h
index 4733da59..54685cde 100644
--- a/include/libxml/catalog.h
+++ b/include/libxml/catalog.h
@@ -56,6 +56,7 @@ typedef enum {
void xmlInitializeCatalog (void);
int xmlLoadCatalog (const char *filename);
+int xmlLoadSGMLSuperCatalog (const char *filename);
void xmlLoadCatalogs (const char *paths);
void xmlCatalogCleanup (void);
void xmlCatalogDump (FILE *out);