rnd-19981130-1
[rocksndiamonds.git] / src / image.h
index 5f96d592f6f71cbebeca6d43347defab1b8c89df..ac046dd14b1efe00cf9b36351455fe3de1b90f1a 100644 (file)
@@ -56,7 +56,7 @@ typedef struct
 #define PCX_NoMemory           -4
 #define PCX_ColorFailed                -5
 
-int Read_PCX_to_Pixmaps(Display *, Window, GC, char *, Pixmap *, Pixmap *);
+int Read_PCX_to_Pixmap(Display *, Window, GC, char *, Pixmap *, Pixmap *);
 
 Image *Read_PCX_to_Image(char *);
 Image *newImage(unsigned int, unsigned int, unsigned int);