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