Files
pam-fprint-grosshack/src
Bastien Nocera 0c6bab8640 main: Fix redeclaration linking error
Fix linking error as the "store" global variable gets redeclared in
each C file that includes the header. Move the actual declaration to
main.c.

Fixes:
 /usr/bin/ld: ./.libs/libfprintd.a(device.o):/builds/libfprint/fprintd/src/storage.h:51: multiple definition of `store'; main.o:/builds/libfprint/fprintd/src/storage.h:51: first defined here
2020-01-23 18:25:25 +01:00
..
2020-01-23 18:25:18 +01:00
2020-01-23 18:25:18 +01:00
2020-01-23 18:25:25 +01:00
2019-12-03 17:08:03 +01:00
2020-01-14 14:00:56 +01:00