Add enrollment functionality

This commit is contained in:
Daniel Drake
2008-03-06 16:37:19 +00:00
parent 3e68c40e4e
commit fc6b0c194c
8 changed files with 274 additions and 10 deletions

View File

@ -31,7 +31,6 @@ GQuark fprint_error_quark(void);
/* Errors */
#define FPRINT_ERROR fprint_error_quark()
typedef enum {
FPRINT_ERROR_NO_SUCH_DEVICE,
FPRINT_ERROR_DISCOVER_PRINTS,
FPRINT_ERROR_PRINT_NOT_FOUND,
FPRINT_ERROR_PRINT_LOAD,
@ -39,6 +38,8 @@ typedef enum {
FPRINT_ERROR_CLAIM_DEVICE,
FPRINT_ERROR_VERIFY_START,
FPRINT_ERROR_VERIFY_STOP,
FPRINT_ERROR_ENROLL_START,
FPRINT_ERROR_ENROLL_STOP,
FPRINT_ERROR_FAILED,
} FprintError;