mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Uncrustify everything except for nbis
This commit is contained in:
committed by
Benjamin Berg
parent
fd5f511b33
commit
d1fb1e26f3
@@ -22,9 +22,13 @@
|
||||
#define __STORAGE_H
|
||||
|
||||
|
||||
int print_data_save(FpPrint *print, FpFinger finger);
|
||||
FpPrint * print_data_load(FpDevice *dev, FpFinger finger);
|
||||
FpPrint * print_create_template(FpDevice *dev, FpFinger finger);
|
||||
gboolean print_image_save(FpPrint *print, const char *path);
|
||||
int print_data_save (FpPrint *print,
|
||||
FpFinger finger);
|
||||
FpPrint * print_data_load (FpDevice *dev,
|
||||
FpFinger finger);
|
||||
FpPrint * print_create_template (FpDevice *dev,
|
||||
FpFinger finger);
|
||||
gboolean print_image_save (FpPrint *print,
|
||||
const char *path);
|
||||
|
||||
#endif /* __STORAGE_H */
|
||||
|
||||
Reference in New Issue
Block a user