index 1389f6b..a96f9fb 100644 (file)
@@ -47,4 +47,5 @@ void set_signals(void);
 void printinfo(const char *);
 void printwarn(const char *);
 void printerro(const char *);
-void scale_image(int, int, float *, JSAMPLE *);
+void scale_pixels(int, unsigned int, float *, JSAMPLE *);
+void resize_image(long *, long *, float, JSAMPLE *);