18#ifndef MAGICKCORE_STREAM_PRIVATE_H
19#define MAGICKCORE_STREAM_PRIVATE_H
21#if defined(__cplusplus) || defined(c_plusplus)
28extern MagickExport
const void
29 *GetStreamInfoClientData(StreamInfo *);
31extern MagickExport Image
32 *StreamImage(
const ImageInfo *,StreamInfo *,ExceptionInfo *);
34extern MagickExport MagickBooleanType
35 OpenStream(
const ImageInfo *,StreamInfo *,
const char *,ExceptionInfo *);
37extern MagickExport StreamInfo
38 *AcquireStreamInfo(
const ImageInfo *),
39 *DestroyStreamInfo(StreamInfo *);
41extern MagickExport
void
42 SetStreamInfoClientData(StreamInfo *,
const void *),
43 SetStreamInfoMap(StreamInfo *,
const char *),
44 SetStreamInfoStorageType(StreamInfo *,
const StorageType);
46extern MagickPrivate
void
47 ResetStreamAnonymousMemory(
void);
49#if defined(__cplusplus) || defined(c_plusplus)