Mercurial > hg > orthanc
view OrthancServer/Plugins/Samples/Common/VersionScriptPlugins.map @ 5953:684d49e47b5e default tip
added OrthancPluginStartStreamAnswer and OrthancPluginSendStreamChunk to allow sending HTTP response by chunks
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 10 Jan 2025 18:27:27 +0100 |
parents | bf1a17f12306 |
children |
line wrap: on
line source
# This is a version-script for Orthanc plugins { global: OrthancPluginInitialize; OrthancPluginFinalize; OrthancPluginGetName; OrthancPluginGetVersion; local: *; };