mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Basic device discovery infrastructure
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
#ifndef __FPRINT_H__
|
||||
#define __FPRINT_H__
|
||||
|
||||
/* structs that applications are not allowed to peek into */
|
||||
struct fp_dscv_dev;
|
||||
|
||||
/* Device discovery */
|
||||
struct fp_dscv_dev **fp_discover_devs(void);
|
||||
void fp_dscv_devs_free(struct fp_dscv_dev **devs);
|
||||
|
||||
int fp_init(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user