From f2b220205e2a7181de868be6ccb12f971cf66233 Mon Sep 17 00:00:00 2001 From: Jules Colding Date: Wed, 3 Aug 2005 11:40:36 +0000 Subject: Add missing forward references svn path=/trunk/; revision=29971 --- addressbook/gui/component/addressbook-view.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index b049755842..1801920fad 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -121,6 +121,9 @@ static void addressbook_view_init (AddressbookView *view); static void addressbook_view_class_init (AddressbookViewClass *klass); static void addressbook_view_dispose (GObject *object); +static ESource *find_first_source (ESourceList *source_list); +static ESource *get_primary_source (AddressbookView *view); + typedef struct { GtkWidget *editor; char *uid; -- cgit v1.2.3