libfprint-tod.ver: Add new symbols to newer TOD subversion

This should be something to do every time, as it may allow to define
multiple symbol versions, if something changes upstream.
This commit is contained in:
Marco Trevisan (Treviño)
2021-04-14 17:51:38 +02:00
parent 00128e11fd
commit 35bcd4326c
+9
View File
@@ -4,3 +4,12 @@ global:
local: local:
*; *;
}; };
LIBFPRINT_TOD_1.0.1 {
global:
fpi_device_class_auto_initialize_features;
fpi_device_get_udev_data;
fpi_spi_*;
fpi_ssm_spi_*;
fpi_ssm_get_device;
} LIBFPRINT_TOD_1.0.0;