From d635b839f8d22746f44067464dc3c645aeeb8591 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Fri, 22 Jan 2010 18:14:32 -0200 Subject: Make authentication functionality available This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 --- calendar/common/authentication.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/common/authentication.h') diff --git a/calendar/common/authentication.h b/calendar/common/authentication.h index 7d9d7f5fa7..e4e0599878 100644 --- a/calendar/common/authentication.h +++ b/calendar/common/authentication.h @@ -27,9 +27,9 @@ #include #include -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 gchar *uri, ECalSourceType type); -void auth_cal_forget_password (ECal *ecal); +ECal *e_auth_new_cal_from_default (ECalSourceType type); +ECal *e_auth_new_cal_from_source (ESource *source, ECalSourceType type); +ECal *e_auth_new_cal_from_uri (const gchar *uri, ECalSourceType type); +void e_auth_cal_forget_password (ECal *ecal); #endif -- cgit v1.2.3