18#ifndef MAGICKCORE_LINKED_LIST_H
19#define MAGICKCORE_LINKED_LIST_H
21#if defined(__cplusplus) || defined(c_plusplus)
30 *NewLinkedList(
const size_t);
32extern MagickExport MagickBooleanType
34 InsertValueInLinkedList(
LinkedListInfo *,
const size_t,
const void *),
36 int (*)(
const void *,
const void *),
void **,
const void *),
40extern MagickExport
size_t
43extern MagickExport
void
48 *RemoveElementByValueFromLinkedList(
LinkedListInfo *,
const void *),
53#if defined(__cplusplus) || defined(c_plusplus)