Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libfprint
fprintd
Commits
95e95d29
Commit
95e95d29
authored
Jan 27, 2020
by
Marco Trevisan
Committed by
Bastien Nocera
Feb 05, 2020
Browse files
main: Fix "function declaration isn't a prototype" warning
parent
75aeff4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/storage.h
View file @
95e95d29
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment