summaryrefslogblamecommitdiffstats
path: root/shlibs/mount/src/mount.sym
blob: 0f2fc6b7d80fbb91aefdd66182191493dde3c466 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                              

                               
                                
                        
                                 


          
/*
 * The symbol versioning ensures that a new application requiring symbol foo()
 * can't run with old libblkid.so not providing foo() - the global SONAME
 * version info can't enforce this since we never change the SONAME.
 */
MOUNT_2.18 {
global:
	mnt_fstype_is_netfs;
	mnt_fstype_is_pseudofs;
	mnt_get_library_version;
	mnt_open_device;
	mnt_parse_version_string;
local:
	*;
};