summaryrefslogtreecommitdiff
path: root/dmagick/c/list.d
diff options
context:
space:
mode:
authorMike Wey2011-07-03 23:19:27 +0200
committerMike Wey2011-07-03 23:19:27 +0200
commit30a32451b52d8a4db1a5d23fce41366c58c5c064 (patch)
treec10f2a3ffc845db036f3f26fc7ed12367d424861 /dmagick/c/list.d
parented0591fd2dc67be709d01bd7c12c9b3d23a955fb (diff)
Update headers to version 6.6.9ImageMagick_6.6.9
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*);
}