* use modern functions for downloads.
[citadel.git] / webcit / webcit.c
index ad2d501f96aef251ed9c6bb0719b9876a5e9c16e..a47f5f31eca2064a602f049229a1d861bf6ff95b 100644 (file)
@@ -283,7 +283,7 @@ void print_menu_box(char* Title, char *Class, int nLines, ...)
 /*
  * dump out static pages from disk
  */
-void output_static(char *what)
+void output_static(const char *what)
 {
        int fd;
        struct stat statbuf;