rnd-19980906
[rocksndiamonds.git] / src / gifload.h
index ebc260ac3f852c3ee9073ff27e1c26bc09b9d116..967221de659d11e0552ba5df1f8c3821ca9f159f 100644 (file)
@@ -29,7 +29,7 @@
 #define GIF_NoMemory           -4
 #define GIF_ColorFailed                -5
 
-int Read_GIF_to_Pixmaps(Display *, Window, char *);
+int Read_GIF_to_Pixmaps(Display *, Window, char *, Pixmap *, Pixmap *);
 #endif
 
 #endif