aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/common/authentication.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-02-18 04:29:58 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-02-18 04:29:58 +0800
commit4653e2bdddb1afcbc2ce15270dfb42411a5334df (patch)
treeb597ca40e4aa465366596f9ee4f12bc4fa7fff8d /calendar/common/authentication.h
parentf588b4ffedc140a2ded75617fce656eac39466a4 (diff)
downloadgsoc2013-evolution-4653e2bdddb1afcbc2ce15270dfb42411a5334df.tar
gsoc2013-evolution-4653e2bdddb1afcbc2ce15270dfb42411a5334df.tar.gz
gsoc2013-evolution-4653e2bdddb1afcbc2ce15270dfb42411a5334df.tar.bz2
gsoc2013-evolution-4653e2bdddb1afcbc2ce15270dfb42411a5334df.tar.lz
gsoc2013-evolution-4653e2bdddb1afcbc2ce15270dfb42411a5334df.tar.xz
gsoc2013-evolution-4653e2bdddb1afcbc2ce15270dfb42411a5334df.tar.zst
gsoc2013-evolution-4653e2bdddb1afcbc2ce15270dfb42411a5334df.zip
** Fix for bnc #160049. Patch from OpenSUSE.
2008-02-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bnc #160049. Patch from OpenSUSE. * common/authentication.c: (build_pass_key), (auth_cal_forget_password): * common/authentication.h: * gui/e-tasks.c: (client_cal_opened_cb), (default_client_cal_opened_cb): * gui/gnome-cal.c: (client_cal_opened_cb): svn path=/trunk/; revision=35035
Diffstat (limited to 'calendar/common/authentication.h')
-rw-r--r--calendar/common/authentication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/common/authentication.h b/calendar/common/authentication.h
index 2b5804c039..63906eff20 100644
--- a/calendar/common/authentication.h
+++ b/calendar/common/authentication.h
@@ -30,5 +30,6 @@
ECal *auth_new_cal_from_default (ECalSourceType type);
ECal *auth_new_cal_from_source (ESource *source, ECalSourceType type);
ECal *auth_new_cal_from_uri (const char *uri, ECalSourceType type);
+void auth_cal_forget_password (ECal *ecal);
#endif