18#ifndef MAGICKCORE_TOKEN_H
19#define MAGICKCORE_TOKEN_H
21#if defined(__cplusplus) || defined(c_plusplus)
31extern MagickExport
int
32 Tokenizer(
TokenInfo *,
const unsigned int,
char *,
const size_t,
const char *,
33 const char *,
const char *,
const char *,
const char,
char *,
int *,
char *);
35extern MagickExport MagickBooleanType
36 GlobExpression(
const char *magick_restrict,
const char *magick_restrict,
37 const MagickBooleanType) magick_attribute((__pure__));
39extern MagickExport
size_t
40 GetNextToken(
const char *magick_restrict,
const char **magick_restrict,
41 const size_t,
char *magick_restrict) magick_hot_spot;
44 *AcquireTokenInfo(
void),
47#if defined(__cplusplus) || defined(c_plusplus)