X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdav.h;h=3426c81cde61d30dfc652a4d0eac5a04b70c40d6;hb=HEAD;hp=4a0e411d923d4cf6e34de445354ce81e28a3e2ee;hpb=c6aec42f213ec284e34648f3d69bcf927dccddb1;p=citadel.git diff --git a/webcit/dav.h b/webcit/dav.h index 4a0e411d9..3426c81cd 100644 --- a/webcit/dav.h +++ b/webcit/dav.h @@ -1,4 +1,3 @@ - /* * Copyright (c) 1996-2013 by the citadel.org team * @@ -39,6 +38,10 @@ 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);