diff options
Diffstat (limited to 'lib/ephy-node-db.h')
-rw-r--r-- | lib/ephy-node-db.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ephy-node-db.h b/lib/ephy-node-db.h index f5ca81107..f9df6d894 100644 --- a/lib/ephy-node-db.h +++ b/lib/ephy-node-db.h @@ -1,5 +1,7 @@ /* * Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org> + * Copyright (C) 2003 Marco Pesenti Gritti + * Copyright (C) 2003 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -61,6 +63,13 @@ gboolean ephy_node_db_load_from_file (EphyNodeDb *db, const xmlChar *xml_root, const xmlChar *xml_version); +int ephy_node_db_write_to_xml_safe (EphyNodeDb *db, + const xmlChar *filename, + const xmlChar *root, + const xmlChar *version, + const xmlChar *comment, + EphyNode *node, ...); + const char *ephy_node_db_get_name (EphyNodeDb *db); EphyNode *ephy_node_db_get_node_from_id (EphyNodeDb *db, |