diff options
author | Martin Mares <mj@ucw.cz> | 2008-02-20 12:18:19 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2008-02-20 12:18:19 +0100 |
commit | a2bf30a4fd407c55e8172e2f6fd158725ccb90b6 (patch) | |
tree | 971b143dc78a2b88ac43e01e2914ba23b95fcd57 /lib/libpci.ver | |
parent | daf1afbf693d83566863e6dc5447e0bebdd1c679 (diff) | |
parent | 4d59f9e543c291e1454c638e32cbe94af66b11b8 (diff) | |
download | pciutils-network.tar.gz |
Merge with git+ssh://git.ucw.cz/home/mj/GIT/pciutils.git#networknetwork
Diffstat (limited to 'lib/libpci.ver')
-rw-r--r-- | lib/libpci.ver | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libpci.ver b/lib/libpci.ver new file mode 100644 index 0000000..192bce7 --- /dev/null +++ b/lib/libpci.ver @@ -0,0 +1,12 @@ +/* Version script for the libpci */ + +/* + * 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. + */ + +LIBPCI_2.99 { + global: pci_*; + local: *; +}; |