On Wed, 2010-09-08 at 22:18 +0800, Guus Ellenkamp wrote:
> It’s a long time ago I did C programming and I never liked the **
> declaration types. Libfprint seems to have many and I’m not really
> happy with it, anyhow, I’ll learn again (or anew J).

> devicehandling.c:58: warning: passing argument 3 of
> ‘fp_dev_img_capture’ from incompatible pointer type
> 
> /usr/include/libfprint/fprint.h:95: note: expected ‘struct fp_img **’
> but argument is of type ‘struct fp_image **’
> 
>  
> 
> Until today compilers were always right with their messages. Where am
> I going wrong?

fp_img isn't the same thing as fp_image. fp_img is a blob representing
the capture image, fp_image doesn't exist anywhere in the code.

Time to grab some coffee :)

And could you please send your e-mails in text only, not HTML?

Cheers


_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to