indent -kr -i8 -brf -bbb -fnc -l132 -nce on all of webcit-classic
[citadel.git] / webcit / dav.h
index 3426c81cde61d30dfc652a4d0eac5a04b70c40d6..4a0e411d923d4cf6e34de445354ce81e28a3e2ee 100644 (file)
@@ -1,3 +1,4 @@
+
 /*
  * Copyright (c) 1996-2013 by the citadel.org team
  *
@@ -38,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);