X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=b966c264bf02c049d32c65d8abdcef751dc1a837;hb=7c6a8c0e7caf1da50e235049d4c4834aef1ca1be;hp=c9d40bc8e0d8a8055a3305588e4023cb070e9884;hpb=a92dc8b0a83c0afa3976ce95c5d186223ba34651;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index c9d40bc8e..b966c264b 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -1072,7 +1072,7 @@ void save_event(void) { /* * Anonymous request of freebusy data for a user */ -void do_freebusy(char *req) { +void do_freebusy(const char *req) { char who[SIZ]; char buf[SIZ]; int len;