diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-06-23 00:08:01 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-06-23 00:08:01 +0800 |
commit | 273ead43140dd463f4995766858942a36f5724f6 (patch) | |
tree | bd749c39271866a6623788639c1b4edbf2b3cff1 /calendar/pcs/cal-backend.c | |
parent | 638004fe63b43f4cbe9598423a187b0e1a8ed5d6 (diff) | |
download | gsoc2013-evolution-273ead43140dd463f4995766858942a36f5724f6.tar.gz gsoc2013-evolution-273ead43140dd463f4995766858942a36f5724f6.tar.zst gsoc2013-evolution-273ead43140dd463f4995766858942a36f5724f6.zip |
new function for the backends to be able to call the getPassword method on
2001-06-22 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal.[ch] (cal_get_password): new function for the backends to
be able to call the getPassword method on the associated
WombatClient
(cal_forget_password): ditto for the forgetPassword method
svn path=/trunk/; revision=10396
Diffstat (limited to 'calendar/pcs/cal-backend.c')
-rw-r--r-- | calendar/pcs/cal-backend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/pcs/cal-backend.c b/calendar/pcs/cal-backend.c index 76438ad51d..081442e392 100644 --- a/calendar/pcs/cal-backend.c +++ b/calendar/pcs/cal-backend.c @@ -6,6 +6,7 @@ * * Authors: Federico Mena-Quintero <federico@ximian.com> * JP Rosevear <jpr@ximian.com> + * Rodrigo Moya <rodrigo@ximian.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |