mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-09 05:58:05 +02:00
main: Fix "function declaration isn't a prototype" warning
This commit is contained in:
parent
75aeff4acd
commit
95e95d2910
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ typedef int (*storage_print_data_delete)(FpDevice *dev,
|
|||
FpFinger finger,
|
||||
const char *username);
|
||||
typedef GSList *(*storage_discover_prints)(FpDevice *dev, const char *username);
|
||||
typedef GSList *(*storage_discover_users)();
|
||||
typedef GSList *(*storage_discover_users)(void);
|
||||
typedef int (*storage_init)(void);
|
||||
typedef int (*storage_deinit)(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue