libfprint/libfprint
Kunal Gangakhedkar ff842125c5 Add C++ guards to take care of C++ name-mangling.
The libfprint library is generally built with C calling conventions.
Which makes it difficult to link to C++ programs as it is.

This patch adds the support for linking with C++ code - by telling the C++
compiler to use C calling conventions for libfprint functions.

Reported-by: Guus Ellenkamp <guus@activediscovery.net>
Signed-off-by: Kunal Gangakhedkar <kunal.gangakhedkar@gmail.com>
2010-09-08 11:02:25 +01:00
..
drivers Namespace functions and structs for 147e:2016 2010-08-31 17:51:21 +01:00
nbis Rework some image handling; add public binarization API 2007-11-17 12:51:28 +00:00
aeslib.c Adapting to latest libusb 2008-04-06 23:52:04 +01:00
aeslib.h aeslib: introduce user_data for write registers callback 2008-02-16 12:49:27 +00:00
async.c update for new libusb_open API 2008-06-15 10:54:07 -05:00
core.c Don't crash when no devices are present 2010-08-18 11:17:20 +01:00
data.c Disable finger_num_to_str when debugging is disabled 2008-11-25 16:08:58 +00:00
drv.c Public async API implementation 2008-03-01 13:02:17 +00:00
fp_internal.h Rework "discover" code for drivers 2010-08-17 23:14:18 +01:00
fprint-list-udev-rules.c Add udev rules to set devices to autosuspend 2010-08-17 11:35:26 +01:00
fprint.h Add C++ guards to take care of C++ name-mangling. 2010-09-08 11:02:25 +01:00
gdkpixbuf.c Add gdk-pixbuf support 2010-08-17 11:35:06 +01:00
imagemagick.c Split imagemagick hack from main library 2008-08-10 14:41:13 -05:00
img.c Port imaging layer to asynchronous model 2008-02-16 12:48:44 +00:00
imgdev.c Fix a segfault if a scan was shorter than 8 lines. 2010-08-19 20:21:51 +01:00
Makefile.am Remove HAL fdi generation 2010-08-25 11:20:55 +01:00
poll.c Fix fp_get_pollfds() 2008-11-25 16:08:59 +00:00
sync.c Fix synchronous enrollment for multi-stage devices 2008-03-10 13:33:32 +00:00