lib: Split off some fp_img related functions

Some are internal, some are for drivers.
This commit is contained in:
Bastien Nocera
2018-05-28 16:56:49 +02:00
parent 0c4e3bb1c4
commit 6155068f9e
2 changed files with 0 additions and 8 deletions

View File

@@ -325,7 +325,6 @@ struct fp_img {
};
struct fp_img *fpi_img_new(size_t length);
struct fp_img *fpi_img_new_for_imgdev(struct fp_img_dev *dev);
struct fp_img *fpi_img_resize(struct fp_img *img, size_t newsize);
gboolean fpi_img_is_sane(struct fp_img *img);
int fpi_img_to_print_data(struct fp_img_dev *imgdev, struct fp_img *img,