]> git.imager.perl.org - imager.git/blobdiff - datatypes.h
Changed free() to myfree() in quant.c.
[imager.git] / datatypes.h
index 1f18bf5116f83d0150de58dfd265bb2c41b51d92..1a2d5de13c8794951a45f0ca3e322bc0ef315240 100644 (file)
@@ -30,6 +30,8 @@ struct _i_img {
 
   int (*i_f_ppix) (struct _i_img *,int,int,i_color *); 
   int (*i_f_gpix) (struct _i_img *,int,int,i_color *);
+  int (*i_f_plin) (struct _i_img *,int l, int r, int y, i_color *);
+  int (*i_f_glin) (struct _i_img *,int l, int r, int y, i_color *);
   void *ext_data;
 };