From 477a3fa1f329ab95464c9078f6f33c06774e18c1 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti <mpeseng@src.gnome.org> Date: Sat, 10 May 2003 17:28:05 +0000 Subject: broken pipe pfff --- lib/ephy-node-common.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/ephy-node-common.h b/lib/ephy-node-common.h index d97f8e943..72b550c1d 100644 --- a/lib/ephy-node-common.h +++ b/lib/ephy-node-common.h @@ -21,8 +21,13 @@ #ifndef __EPHY_NODE_COMMON_H #define __EPHY_NODE_COMMON_H -/* Ids of the root nodes of history, - * bookmarks and favicon cache */ +/* Databases */ +#define EPHY_NODE_DB_HISTORY "EphyHistory" +#define EPHY_NODE_DB_BOOKMARKS "EphyBookmarks" +#define EPHY_NODE_DB_SITEICONS "EphySiteIcons" +#define EPHY_NODE_DB_STATES "EphyStates" + +/* Root nodes */ enum { BOOKMARKS_NODE_ID = 0, -- cgit v1.2.3