diff options
Diffstat (limited to 'calendar/cal.h')
-rw-r--r-- | calendar/cal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/cal.h b/calendar/cal.h index 18f38f5655..508f36d56c 100644 --- a/calendar/cal.h +++ b/calendar/cal.h @@ -59,6 +59,7 @@ 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); +void cal_notify_remove (Cal *cal, const char *uid); POA_Evolution_Calendar_Cal__epv *cal_get_epv (void); |