Noodling on calendar query commands.
[citadel.git] / citadel / server / modules / calendar / serv_calendar.h
index 784c10b7acce4595976fb2a18ad101263018d96b..7bb827c45fde51b02fd491fd0cbf949e470499ef 100644 (file)
@@ -33,9 +33,9 @@ struct ical_respond_data {
 
 // Everything below was generated by `cproto *.c 2>/dev/null`
 
-// calendar_report.c
-void calendar_report_backend(long msgnum, void *data);
-void calendar_report(void);
+// calendar_query.c
+void calendar_query_backend(long msgnum, void *data);
+void calendar_query(void);
 
 // serv_calendar.c
 icalcomponent *icalcomponent_new_citadel_vcalendar(void);