fprint: Move drivers to private internal library

This allows us to finally remove fpi_get_driver_types from the exported list
of symbols.
This commit is contained in:
Marco Trevisan (Treviño)
2019-12-12 19:03:57 +01:00
parent c3bf6fe863
commit 6f2b1f97da
2 changed files with 20 additions and 8 deletions
-3
View File
@@ -1,9 +1,6 @@
LIBFPRINT_2.0.0 {
global:
fp_*;
/* Needs to be public for the listing commands. */
fpi_get_driver_types;
local:
*;
};