From 526890f55fa70200968bbadc433ed773700b9588 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 21 Feb 2009 08:18:32 +0000 Subject: ephy-bookmarks: guard zeroconf dependent function declaration. svn path=/trunk/; revision=8797 --- src/bookmarks/ephy-bookmarks.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 8f4733488..c8f06d226 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -133,7 +133,9 @@ static void ephy_bookmarks_class_init (EphyBookmarksClass *klass); static void ephy_bookmarks_init (EphyBookmarks *tab); static void ephy_bookmarks_finalize (GObject *object); static char *impl_resolve_address (EphyBookmarks*, const char*, const char*); +#ifdef ENABLE_ZEROCONF static void ephy_local_bookmarks_start_client (EphyBookmarks *bookmarks); +#endif G_DEFINE_TYPE_WITH_CODE (EphyBookmarks, ephy_bookmarks, G_TYPE_OBJECT, volatile GType flags_type; /* work around gcc's optimiser */ -- cgit v1.2.3