]> code.citadel.org Git - citadel.git/blobdiff - webcit/dav.h
indent -kr -i8 -brf -bbb -fnc -l132 -nce on all of webcit-classic
[citadel.git] / webcit / dav.h
index a2963f0fb7b30dfa158d98083f89d76e34cbca33..4a0e411d923d4cf6e34de445354ce81e28a3e2ee 100644 (file)
@@ -1,6 +1,19 @@
+
+/*
+ * Copyright (c) 1996-2013 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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * 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.
+ */
+
+
 /*
- * Data passed back and forth between dav_get() and its
- * callback functions called by the MIME parser
+ * Data passed back and forth between dav_get() and its callback functions called by the MIME parser
  */
 struct epdata {
        char desired_content_type_1[128];
@@ -26,10 +39,6 @@ void euid_unescapize(char *, const char *);
 void dav_identify_host(void);
 void dav_identify_hosthdr(void);
 
-void RegisterDAVNamespace(const char * UrlString, 
-                         long UrlSLen, 
-                         const char *DisplayName, 
-                         long dslen, 
-                         WebcitHandlerFunc F, 
-                         WebcitRESTDispatchID RID,
-                         long Flags);
+void RegisterDAVNamespace(const char *UrlString,
+                         long UrlSLen,
+                         const char *DisplayName, long dslen, WebcitHandlerFunc F, WebcitRESTDispatchID RID, long Flags);