diff OrthancServer/Sources/ServerIndex.h @ 4640:66109d24d26e

"ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Apr 2021 15:22:44 +0200
parents f7d5372b59b3
children f0038043fb97 7053502fbf97
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Thu Apr 22 13:27:57 2021 +0200
+++ b/OrthancServer/Sources/ServerIndex.h	Mon Apr 26 15:22:44 2021 +0200
@@ -101,6 +101,7 @@
                               const FileInfo& attachment,
                               const std::string& publicId,
                               bool hasOldRevision,
-                              int64_t oldRevision);
+                              int64_t oldRevision,
+                              const std::string& oldMD5);
   };
 }