diff OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h @ 4915:189ae9a37e01

reorder arguments to put the target as first argument (convention)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Feb 2022 22:18:54 +0100
parents c1b19f95e166
children 676e03e69703
line wrap: on
line diff
--- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Tue Feb 22 22:14:31 2022 +0100
+++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Tue Feb 22 22:18:54 2022 +0100
@@ -7858,10 +7858,9 @@
    * @ingroup Callback
    **/
   typedef OrthancPluginReceivedInstanceCallbackResult (*OrthancPluginReceivedInstanceCallback) (
+    OrthancPluginMemoryBuffer64* modifiedDicomBuffer,
     const void* receivedDicomBuffer,
-    uint64_t receivedDicomBufferSize,
-    OrthancPluginMemoryBuffer64* modifiedDicomBuffer
-    );
+    uint64_t receivedDicomBufferSize);
 
 
   typedef struct