- xmlIO.c catalog.c: plugged in the default catalog resolution
- doc/gnome-xml.sgml: linked in the Docbook parser and catalog
  documentations
- doc/html/libxml-*.html: rebuild added the missing ones to CVS
Daniel
diff --git a/catalog.h b/catalog.h
index f91ee94..eb77845 100644
--- a/catalog.h
+++ b/catalog.h
@@ -21,9 +21,11 @@
 extern "C" {
 #endif
 
-int	xmlLoadCatalog		(const char *URL);
-void	xmlCatalogCleanup	(void);
-void	xmlCatalogDump		(FILE *out);
+int		xmlLoadCatalog		(const char *URL);
+void		xmlCatalogCleanup	(void);
+void		xmlCatalogDump		(FILE *out);
+const xmlChar *	xmlCatalogGetSystem	(const xmlChar *sysID);
+const xmlChar *	xmlCatalogGetPublic	(const xmlChar *pubID);
 
 #ifdef __cplusplus
 }