diff options
Diffstat (limited to 'calendar/pcs/cal.h')
-rw-r--r-- | calendar/pcs/cal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/pcs/cal.h b/calendar/pcs/cal.h index b866470437..18f38f5655 100644 --- a/calendar/pcs/cal.h +++ b/calendar/pcs/cal.h @@ -58,6 +58,8 @@ Evolution_Calendar_Cal cal_corba_object_create (BonoboObject *object); Cal *cal_new (CalBackend *backend, Evolution_Calendar_Listener listener); +void cal_notify_update (Cal *cal, const char *uid); + POA_Evolution_Calendar_Cal__epv *cal_get_epv (void); |