18#ifndef MAGICKCORE_STREAM_PRIVATE_H
19#define MAGICKCORE_STREAM_PRIVATE_H
21#if defined(__cplusplus) || defined(c_plusplus)
25extern MagickPrivate
const void
26 *GetStreamInfoClientData(StreamInfo *);
28extern MagickPrivate
void
29 ResetStreamAnonymousMemory(
void),
30 SetStreamInfoClientData(StreamInfo *,
const void *);
32#if defined(__cplusplus) || defined(c_plusplus)