X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fgroupdav_put.c;h=73f9e349f269344c2360e7bbcba193d974e3d75b;hb=cef2aa1d629bb63d6743632f9bc76a467dd2b098;hp=e2c91fe727bc8ba2b25cfac32dd753edc7e6822f;hpb=10eb640e25404415291524b67e07f3d40695c746;p=citadel.git diff --git a/webcit/groupdav_put.c b/webcit/groupdav_put.c index e2c91fe72..73f9e349f 100644 --- a/webcit/groupdav_put.c +++ b/webcit/groupdav_put.c @@ -12,9 +12,9 @@ /** - * \brief put an item to the server + * \brief GroupDAV PUT an item to the server * \param dav_pathname The pathname is always going to be /groupdav/room_name/euid - * \param dav_ifmatch should we match? + * \param dav_ifmatch ETag of the item we think we're replacing * \param dav_content_type the mime type * \param dav_content the actual data */