Add clear-storage example

This commit is contained in:
Abhinav Baid
2024-05-23 00:41:40 +01:00
committed by Marco Trevisan (Treviño)
parent fa5828f8c0
commit aa18595ec7
4 changed files with 202 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ int print_data_save (FpPrint *print,
FpPrint * print_data_load (FpDevice *dev,
FpFinger finger);
GPtrArray * gallery_data_load (FpDevice *dev);
int clear_saved_prints (void);
FpPrint * print_create_template (FpDevice *dev,
FpFinger finger,
const gboolean load_existing);