18#ifndef MAGICKCORE_MAGICK_PRIVATE_H
19#define MAGICKCORE_MAGICK_PRIVATE_H
21#if defined(__cplusplus) || defined(c_plusplus)
25static inline MagickBooleanType GetMagickExplicitAllowed(
29 assert(magick_info->signature == MagickCoreSignature);
30 return(((magick_info->flags & CoderExplicitAllowedFlag) == 0) ? MagickFalse :
34extern MagickPrivate MagickBooleanType
35 IsMagickConflict(
const char *),
36 MagickComponentGenesis(
void);
38extern MagickPrivate
void
39 MagickComponentTerminus(
void),
40 ResetMagickPrecision(
void);
42#if defined(__cplusplus) || defined(c_plusplus)