]> code.citadel.org Git - citadel.git/blobdiff - webcit/groupdav.h
* add one more callback hook to the webcit DAV handler structure; this will be used...
[citadel.git] / webcit / groupdav.h
index 773444a9067e556f4c2aa2ecf590a0fc3f26b39a..fa7808be946cba9f77aa12910821724cc24ffa3f 100644 (file)
@@ -28,4 +28,10 @@ void euid_unescapize(char *, const char *);
 void groupdav_identify_host(void);
 void groupdav_identify_hosthdr(void);
 
-void RegisterDAVNamespace(const char * UrlString, long UrlSLen, const char *DisplayName, long dslen, WebcitHandlerFunc F, long Flags);
+void RegisterDAVNamespace(const char * UrlString, 
+                         long UrlSLen, 
+                         const char *DisplayName, 
+                         long dslen, 
+                         WebcitHandlerFunc F, 
+                         WebcitRESTDispatchID RID,
+                         long Flags);