summaryrefslogtreecommitdiff
path: root/catalog.c
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-04-19 05:38:48 +0000
committerMike Hommey <mh@glandium.org>2004-04-19 05:38:48 +0000
commit81bcf076ea11e114a60e429338a15748066de163 (patch)
tree276010ab5d17f27a96c05f77004aa84a1763af7b /catalog.c
parentd09ab089457ae3c20cc98f9afa03379c6ebf9598 (diff)
downloadlibxml2-81bcf076ea11e114a60e429338a15748066de163.tar.gz
Load /tmp/tmp.LovooJ/libxml2-2.6.9 intoupstream/2.6.9
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog.c b/catalog.c
index 602e16b..711761e 100644
--- a/catalog.c
+++ b/catalog.c
@@ -2731,7 +2731,7 @@ xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) {
* @catal: a Catalog
* @out: the file.
*
- * Free up all the memory associated with catalogs
+ * Dump the given catalog to the given file.
*/
void
xmlACatalogDump(xmlCatalogPtr catal, FILE *out) {
@@ -3147,7 +3147,7 @@ xmlCatalogResolveURI(const xmlChar *URI) {
* xmlCatalogDump:
* @out: the file.
*
- * Free up all the memory associated with catalogs
+ * Dump all the global catalog content to the given file.
*/
void
xmlCatalogDump(FILE *out) {