aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-06-21 06:58:48 +0800
committerChris Toshok <toshok@src.gnome.org>2001-06-21 06:58:48 +0800
commit7b529b4df25ebdecf84ebbb974060534cf1d776e (patch)
treecd72f4f29fcab903177d171e22cd7939afbf6650 /addressbook/gui
parent1d48ee9a8b9bf9b898c43aa91069df18c7906d4b (diff)
downloadgsoc2013-evolution-7b529b4df25ebdecf84ebbb974060534cf1d776e.tar
gsoc2013-evolution-7b529b4df25ebdecf84ebbb974060534cf1d776e.tar.gz
gsoc2013-evolution-7b529b4df25ebdecf84ebbb974060534cf1d776e.tar.bz2
gsoc2013-evolution-7b529b4df25ebdecf84ebbb974060534cf1d776e.tar.lz
gsoc2013-evolution-7b529b4df25ebdecf84ebbb974060534cf1d776e.tar.xz
gsoc2013-evolution-7b529b4df25ebdecf84ebbb974060534cf1d776e.tar.zst
gsoc2013-evolution-7b529b4df25ebdecf84ebbb974060534cf1d776e.zip
add prototype for close_dialog to remove warnings.
2001-06-20 Chris Toshok <toshok@ximian.com> * contact-editor/e-contact-editor.c: add prototype for close_dialog to remove warnings. svn path=/trunk/; revision=10349
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 2a1eb40653..2bea60e926 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -79,6 +79,7 @@ static void set_fields(EContactEditor *editor);
static void set_address_field(EContactEditor *editor, int result);
static void add_field_callback(GtkWidget *widget, EContactEditor *editor);
static void command_state_changed (EContactEditor *ce);
+static void close_dialog (EContactEditor *ce);
static GtkObjectClass *parent_class = NULL;