Mercurial > hg > orthanc
changeset 4078:c5c41f66ec29 framework
integration mainline->framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 22 Jun 2020 15:10:03 +0200 |
parents | eab8010c05fc (current diff) ae7ebd5b0443 (diff) |
children | 259c33759937 |
files | OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Fri Jun 19 18:45:16 2020 +0200 +++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h Mon Jun 22 15:10:03 2020 +0200 @@ -3537,7 +3537,7 @@ ORTHANC_PLUGIN_INLINE OrthancPluginErrorCode OrthancPluginSendMultipartItem( OrthancPluginContext* context, OrthancPluginRestOutput* output, - const char* answer, + const void* answer, uint32_t answerSize) { _OrthancPluginAnswerBuffer params; @@ -5527,7 +5527,7 @@ typedef struct { OrthancPluginRestOutput* output; - const char* answer; + const void* answer; uint32_t answerSize; uint32_t headersCount; const char* const* headersKeys; @@ -5557,7 +5557,7 @@ ORTHANC_PLUGIN_INLINE OrthancPluginErrorCode OrthancPluginSendMultipartItem2( OrthancPluginContext* context, OrthancPluginRestOutput* output, - const char* answer, + const void* answer, uint32_t answerSize, uint32_t headersCount, const char* const* headersKeys,