api.h 963 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. Copyright 1999 ImageMagick Studio LLC, a non-profit organization
  3. dedicated to making software imaging solutions freely available.
  4. You may not use this file except in compliance with the License. You may
  5. obtain a copy of the License at
  6. https://imagemagick.org/script/license.php
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. Deprecated as of ImageMagick 6.2.3.
  13. MagickCore Application Programming Interface declarations.
  14. */
  15. #ifndef MAGICKCORE_API_DEPRECATED_H
  16. #define MAGICKCORE_API_DEPRECATED_H
  17. #include "magick/MagickCore.h"
  18. #if defined(__cplusplus) || defined(c_plusplus)
  19. extern "C" {
  20. #endif
  21. #if defined(__cplusplus) || defined(c_plusplus)
  22. }
  23. #endif
  24. #endif