Experimenting with the code layout for calendar report handling.
[citadel.git] / citadel / server / modules / calendar / serv_calendar.h
index 8f5a06e8e6d9fe64656d845b74fafd35e35b841b..93d6ee86e8e5daabc53bb058a13d9f75d8b8a054 100644 (file)
@@ -20,3 +20,5 @@ struct cit_ical {
 
 #define CIT_ICAL CC->CIT_ICAL
 #define MAX_RECUR 1000
+
+void calendar_report(void);