mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Add enrollment functionality
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user