Core library operations


Functions

int fp_init (void)
 Initialise libfprint.
void fp_exit (void)
 Deinitialise libfprint.

Function Documentation

int fp_init ( void   ) 

Initialise libfprint.

This function must be called before you attempt to use the library in any way.

Returns:
0 on success, non-zero on error.

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.

References fp_dev_close().


Generated on Mon Aug 31 02:31:25 2009 for libfprint by  doxygen 1.5.8