extern int DisableGzip declaration moved to webcit.h
authorArt Cancro <ajc@uncensored.citadel.org>
Wed, 4 Jan 2012 15:17:17 +0000 (10:17 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Wed, 4 Jan 2012 15:17:17 +0000 (10:17 -0500)
webcit/dav_propfind.c
webcit/tcp_sockets.c
webcit/webcit.h

index ebf145291cce8104f6c6b9b4018d3e44a2632dbc..f9f2892e437472ca7c08d50889c91382e13093d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Handles GroupDAV PROPFIND requests.
+ * Handles GroupDAV and CalDAV PROPFIND requests.
  *
  * A few notes about our XML output:
  *
@@ -10,7 +10,7 @@
  *     This makes it difficult to read, but we have discovered clients which
  *     crash when you try to pretty it up.
  *
- * Copyright (c) 2005-2011 by the citadel.org team
+ * Copyright (c) 2005-2012 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License version 3.
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
  */
 
 #include "webcit.h"
 #include "webserver.h"
 #include "dav.h"
 
-extern int DisableGzip;
-
 /*
  * Given an encoded UID, translate that to an unencoded Citadel EUID and
  * then search for it in the current room.  Return a message number or -1
index 7db07943d4dd9210ba5b2fac3163f205e247d4f5..735899dbe4d48f1e082e8ea3d909fbb97907c328 100644 (file)
@@ -25,7 +25,6 @@
 #include "webcit.h"
 #include "webserver.h"
 
-extern int DisableGzip;
 long MaxRead = -1; /* should we do READ scattered or all at once? */
 
 /*
index e80489f22421531fcc802da4f31ffd50c5ee214e..5f6cd89b5e7e0cbf8412eca989e56fae5911d8eb 100644 (file)
@@ -799,6 +799,7 @@ void http_datestring(char *buf, size_t n, time_t xtime);
 #define WC_TIMEFORMAT_24 2
 
 extern int time_to_die;                        /* Nonzero if server is shutting down */
+extern int DisableGzip;
 
 /* 
  * Array type for a blog post.  The first message is the post; the rest are comments