Verification infrastructure

Similar model to enrollment.
This commit is contained in:
Daniel Drake
2007-10-14 00:58:45 +01:00
parent 39271b4fe5
commit 68bdfc7868
4 changed files with 100 additions and 2 deletions

View File

@@ -98,6 +98,7 @@ struct fp_driver {
void (*exit)(struct fp_dev *dev);
int (*enroll)(struct fp_dev *dev, gboolean initial, int stage,
struct fp_print_data **print_data);
int (*verify)(struct fp_dev *dev, struct fp_print_data *data);
};
extern const struct fp_driver upekts_driver;