]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* Discovered that the HTTP socket problem is related to a socket that
[citadel.git] / webcit / webcit.c
index 9492d8832f1451fa1ff24a8d59fd0c460a88c99f..33907faae87343e3dd2d305658dbffa270d78fd7 100644 (file)
@@ -122,7 +122,7 @@ void free_urls(void) {
 /*
  * Diagnostic function to display the contents of all variables
  */
-void dump_vars() {
+void dump_vars(void) {
        struct urlcontent *u;
 
        for (u = urlstrings; u != NULL; u = u->next) {
@@ -158,7 +158,6 @@ void wprintf(const char *format, ...) {
                va_start(arg_ptr, format);   
                vsprintf(wptr->w_data, format, arg_ptr);   
                va_end(arg_ptr);   
-  
        }
 
 int wContentLength(void) {