diff options
Diffstat (limited to 'calendar/common/authentication.h')
-rw-r--r-- | calendar/common/authentication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/common/authentication.h b/calendar/common/authentication.h index cc022a12dd..2f8af70ace 100644 --- a/calendar/common/authentication.h +++ b/calendar/common/authentication.h @@ -27,6 +27,7 @@ #include <libedataserver/e-source.h> #include <libecal/e-cal.h> +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); |