aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/common/authentication.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/common/authentication.h')
-rw-r--r--calendar/common/authentication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/common/authentication.h b/calendar/common/authentication.h
index 696a36d2ff..7d9d7f5fa7 100644
--- a/calendar/common/authentication.h
+++ b/calendar/common/authentication.h
@@ -29,7 +29,7 @@
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);
+ECal *auth_new_cal_from_uri (const gchar *uri, ECalSourceType type);
void auth_cal_forget_password (ECal *ecal);
#endif