Functions | |
| int | fp_init (void) |
| Initialise libfprint. | |
| void | fp_exit (void) |
| Deinitialise libfprint. | |
| int fp_init | ( | void | ) |
Initialise libfprint.
This function must be called before you attempt to use the library in any way.
| void fp_exit | ( | void | ) |
Deinitialise libfprint.
This function should be called during your program exit sequence. You must not use any libfprint functions after calling this function, unless you call fp_init() again.
1.5.4