summaryrefslogtreecommitdiff
path: root/dmagick/c/list.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/list.d')
-rw-r--r--dmagick/c/list.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmagick/c/list.d b/dmagick/c/list.d
index 0f705e4..81eb69b 100644
--- a/dmagick/c/list.d
+++ b/dmagick/c/list.d
@@ -10,6 +10,7 @@ extern(C)
Image* CloneImageList(const(Image)*, ExceptionInfo*);
Image* CloneImages(const(Image)*, const(char)*, ExceptionInfo*);
Image* DestroyImageList(Image*);
+ Image* DuplicateImages(Image*, const size_t, const char*, ExceptionInfo*);
Image* GetFirstImageInList(const(Image)*);
Image* GetImageFromList(const(Image)*, const ssize_t);
Image* GetLastImageInList(const(Image)*);
@@ -34,6 +35,7 @@ extern(C)
void InsertImageInList(Image**, Image*);
void PrependImageToList(Image**, Image*);
void ReplaceImageInList(Image**, Image*);
+ void ReplaceImageInListReturnLast(Image**, Image*);
void ReverseImageList(Image**);
void SyncImageList(Image*);
}