aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/proxy.h
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2005-08-10 14:50:07 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2005-08-10 14:50:07 +0800
commit679915276c7ba60d9e7090221f372bbc5990f8d1 (patch)
tree68901ec81c6a57e5be0bccaffb6063e5f007cb40 /plugins/groupwise-features/proxy.h
parent6b1a18dbb34eae00c668363736532b9b63767bbb (diff)
downloadgsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar
gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.gz
gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.bz2
gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.lz
gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.xz
gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.tar.zst
gsoc2013-evolution-679915276c7ba60d9e7090221f372bbc5990f8d1.zip
Moved the GList to maintain the list of proxies, into the proxyDialog
2005-08-10 Sankar P <psankar@novell.com> * proxy.c : Moved the GList to maintain the list of proxies, into the proxyDialog structure. Fixes #312352, #312309 * proxy.h : Added free_proxy_list declaration to avoid compiler warning svn path=/trunk/; revision=30069
Diffstat (limited to 'plugins/groupwise-features/proxy.h')
-rw-r--r--plugins/groupwise-features/proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/groupwise-features/proxy.h b/plugins/groupwise-features/proxy.h
index 38e2f744b8..fb2f6c6453 100644
--- a/plugins/groupwise-features/proxy.h
+++ b/plugins/groupwise-features/proxy.h
@@ -64,3 +64,4 @@ void proxy_commit (GtkWidget *button, EConfigHookItemFactoryData *data);
static void proxy_setup_meta_tree_view (EAccount *account);
static proxyHandler *proxy_get_item_from_list (EAccount *account, char *account_name);
static void proxy_load_edit_dialog (EAccount *account, proxyHandler *edited);
+void free_proxy_list (GList *proxy_list);