X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fserver%2Fmodules%2Fcalendar%2Fserv_calendar.h;h=7bb827c45fde51b02fd491fd0cbf949e470499ef;hp=784c10b7acce4595976fb2a18ad101263018d96b;hb=3ddecda78a842d669c632d42cc81d987f031d882;hpb=538a328f269dc13399dfeeb7a0e80a89657aa213 diff --git a/citadel/server/modules/calendar/serv_calendar.h b/citadel/server/modules/calendar/serv_calendar.h index 784c10b7a..7bb827c45 100644 --- a/citadel/server/modules/calendar/serv_calendar.h +++ b/citadel/server/modules/calendar/serv_calendar.h @@ -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);