view OrthancServer/Plugins/Samples/Common/VersionScriptPlugins.map @ 4134:2c54cc9a712f

ORTHANC_FRAMEWORK_SOVERSION for the shared library of the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Jul 2020 10:28:04 +0200
parents bf1a17f12306
children
line wrap: on
line source

# This is a version-script for Orthanc plugins

{
global:
  OrthancPluginInitialize;
  OrthancPluginFinalize;
  OrthancPluginGetName;
  OrthancPluginGetVersion;

local:
  *;
};