lib: Split off fpi_print_data helpers

And rename data.c to fpi-data.c
This commit is contained in:
Bastien Nocera
2018-09-27 16:36:09 +02:00
parent 36f527269b
commit ca06fae22e
5 changed files with 60 additions and 56 deletions

View File

@@ -3,7 +3,8 @@ libfprint_sources = [
'drivers_api.h',
'async.c',
'core.c',
'data.c',
'fpi-data.c',
'fpi-data.h',
'fpi-dev.c',
'fpi-dev.h',
'fpi-log.h',