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.h | |
parent | 638004fe63b43f4cbe9598423a187b0e1a8ed5d6 (diff) | |
download | gsoc2013-evolution-273ead43140dd463f4995766858942a36f5724f6.tar gsoc2013-evolution-273ead43140dd463f4995766858942a36f5724f6.tar.gz gsoc2013-evolution-273ead43140dd463f4995766858942a36f5724f6.tar.bz2 gsoc2013-evolution-273ead43140dd463f4995766858942a36f5724f6.tar.lz gsoc2013-evolution-273ead43140dd463f4995766858942a36f5724f6.tar.xz 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.h')
-rw-r--r-- | calendar/pcs/cal-backend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/pcs/cal-backend.h b/calendar/pcs/cal-backend.h index 44f87e3f34..132f6c6118 100644 --- a/calendar/pcs/cal-backend.h +++ b/calendar/pcs/cal-backend.h @@ -4,7 +4,8 @@ * Copyright (C) 2000 Helix Code, Inc. * Copyright (C) 2000 Ximian, Inc. * - * Author: Federico Mena-Quintero <federico@ximian.com> + * Authors: Federico Mena-Quintero <federico@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 |