18#ifndef MAGICKCORE_STREAM_PRIVATE_H
19#define MAGICKCORE_STREAM_PRIVATE_H
21#if defined(__cplusplus) || defined(c_plusplus)
28extern MagickExport
const void
31extern MagickExport
Image
34extern MagickExport MagickBooleanType
41extern MagickExport
void
42 SetStreamInfoClientData(
StreamInfo *,
const void *),
44 SetStreamInfoStorageType(
StreamInfo *,
const StorageType);
46extern MagickPrivate
void
47 ResetStreamAnonymousMemory(
void);
49#if defined(__cplusplus) || defined(c_plusplus)