18 #ifndef MAGICKCORE_UTILITY_H
19 #define MAGICKCORE_UTILITY_H
21 #if defined(__cplusplus) || defined(c_plusplus)
37 BasePathSansCompressExtension
40 extern MagickExport
char
41 *Base64Encode(
const unsigned char *,
const size_t,
size_t *);
43 extern MagickExport MagickBooleanType
44 AcquireUniqueFilename(
char *),
45 AcquireUniqueSymbolicLink(
const char *,
char *),
46 ExpandFilenames(
int *,
char ***),
47 GetPathAttributes(
const char *,
void *),
48 IsPathAccessible(
const char *);
50 extern MagickExport
size_t
51 MultilineCensus(
const char *) magick_attribute((__pure__));
53 extern MagickExport
unsigned char
54 *Base64Decode(
const char *,
size_t *);
56 extern MagickExport
void
57 AppendImageFormat(
const char *,
char *),
58 GetPathComponent(
const char *,PathType,
char *),
59 MagickDelay(
const MagickSizeType);
61 #if defined(__cplusplus) || defined(c_plusplus)