15ff4eaf57b3cd47d0371f204f865cbba614674a0cristy/*
27ce65e7125a4e1df1a274ce373c537a9df9c16cdCristy  Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization
35ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  dedicated to making software imaging solutions freely available.
45ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
55ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  You may not use this file except in compliance with the License.
65ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  obtain a copy of the License at
75ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
85ff4eaf57b3cd47d0371f204f865cbba614674a0cristy    http://www.imagemagick.org/script/license.php
95ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
105ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  Unless required by applicable law or agreed to in writing, software
115ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  distributed under the License is distributed on an "AS IS" BASIS,
125ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  See the License for the specific language governing permissions and
145ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  limitations under the License.
155ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
165ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  MagickCore private image annotation methods.
175ff4eaf57b3cd47d0371f204f865cbba614674a0cristy*/
1883bceaa5d7a1196e05c1ccba443f90f4b032fca6Cristy#ifndef MAGICKCORE_ANNOTATE_PRIVATE_H
1983bceaa5d7a1196e05c1ccba443f90f4b032fca6Cristy#define MAGICKCORE_ANNOTATE_PRIVATE_H
205ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
215ff4eaf57b3cd47d0371f204f865cbba614674a0cristy#if defined(__cplusplus) || defined(c_plusplus)
225ff4eaf57b3cd47d0371f204f865cbba614674a0cristyextern "C" {
235ff4eaf57b3cd47d0371f204f865cbba614674a0cristy#endif
245ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
255ff4eaf57b3cd47d0371f204f865cbba614674a0cristyextern MagickPrivate MagickBooleanType
265ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  AnnotateComponentGenesis(void);
275ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
285ff4eaf57b3cd47d0371f204f865cbba614674a0cristyextern MagickPrivate void
295ff4eaf57b3cd47d0371f204f865cbba614674a0cristy  AnnotateComponentTerminus(void);
305ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
315ff4eaf57b3cd47d0371f204f865cbba614674a0cristy#if defined(__cplusplus) || defined(c_plusplus)
325ff4eaf57b3cd47d0371f204f865cbba614674a0cristy}
335ff4eaf57b3cd47d0371f204f865cbba614674a0cristy#endif
345ff4eaf57b3cd47d0371f204f865cbba614674a0cristy
355ff4eaf57b3cd47d0371f204f865cbba614674a0cristy#endif
36