* do linebuffered/non-blocking reads from http requests
[citadel.git] / webcit / calendar.c
index c9d40bc8e0d8a8055a3305588e4023cb070e9884..b966c264bf02c049d32c65d8abdcef751dc1a837 100644 (file)
@@ -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;