[fprint] Can I use fp_internal.h functions?

Vasily Khoruzhick anarsoul at gmail.com
Fri Aug 11 17:33:37 UTC 2017


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 <lucampelli at hotmail.com> 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_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
> message:
> symbol lookup error:
> /home/luca/NetBeansProjects/FingerPrintBridgeLib/dist/FingerPrintBridgeLib.so:
> undefined symbol: fpi_img_to_print_data
> I'm using JNI to bridge libfprint to my java application
> Thanks in advance
>
>
> _______________________________________________
> fprint mailing list
> fprint at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/fprint
>


More information about the fprint mailing list