X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibpci.ver;h=33ee0244ab8d8d980ea7913cd696c9d1d88774a9;hb=9001c06d1e15c9e0325d6036a0bb38fb1460239d;hp=73f7fa71e3576ce883524e238bc6067e0b2b5aed;hpb=119c1376f9ca4d359a1816af9d31f4a2c2c83307;p=pciutils.git diff --git a/lib/libpci.ver b/lib/libpci.ver index 73f7fa7..33ee024 100644 --- a/lib/libpci.ver +++ b/lib/libpci.ver @@ -4,6 +4,13 @@ * Visibility declarations in the source take precedence over this script, * so we can boldly declare pci_* as public and still keep the internal * functions properly hidden. + * + * To preserve compatibility of Windows DLL file, always add new symbol at + * the end of file and never change order of symbols nor version sections. + * On Windows the last referenced version of the symbol is the default one. + + * For PE/COFF targets this file is processed by ver2def.pl script and not + * by GNU LD linker like for ELF targets. */ LIBPCI_3.0 { @@ -86,4 +93,8 @@ LIBPCI_3.7 { LIBPCI_3.8 { global: pci_fill_info; + pci_filter_init; + pci_filter_match; + pci_filter_parse_id; + pci_filter_parse_slot; };