[fprint] Can I use fp_internal.h functions?

2017-08-11 Thread Luca Campelli
In my program I need to verify prints with images, and the fp_internal.h functions "int fpi_img_to_print_data(struct fp_img_dev *imgdev, struct fp_img *img, struct fp_print_data **ret)" and "fp_img *fpi_img_new(size_t size)" would be extremely useful, but as I try to use them I receive the error

Re: [fprint] Can I use fp_internal.h functions?

2017-08-11 Thread Vasily Khoruzhick
Functions that are declared in fp_internal.h are intended to be used by libfprint only. On Thu, Aug 10, 2017 at 6:18 AM, Luca Campelli wrote: > In my program I need to verify prints with images, and the fp_internal.h > functions > > "int fpi_img_to_print_data(struct fp_img_dev *imgdev, struct fp_