]> mj.ucw.cz Git - pciutils.git/commitdiff
ABI: Forgot to assign versions to pci_filter_has_*
authorMartin Mareš <mj@ucw.cz>
Sun, 5 Apr 2026 19:10:16 +0000 (21:10 +0200)
committerMartin Mareš <mj@ucw.cz>
Sun, 5 Apr 2026 19:10:16 +0000 (21:10 +0200)
lib/libpci.ver

index 1fd35d4382847e43775ad94bfc55aa75f1f4fba4..aea304058025a4cacf4716c035153fc2b1101405 100644 (file)
@@ -107,4 +107,6 @@ LIBPCI_3.13 {
 LIBPCI_3.15 {
        global:
                pci_fill_info;
+               pci_filter_has_slot;
+               pci_filter_has_id;
 };