]> err.no Git - util-linux/commit
blkid: Unexport the private symbol blkid_devdirs
authorTheodore Ts'o <tytso@mit.edu>
Mon, 8 Dec 2008 14:05:03 +0000 (15:05 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:21:50 +0000 (23:21 +0100)
commit5d925ef0068200dbdede9e4a05e9983867649022
treeadc26572e677921a309bb7794ec49e34b727f73d
parent882b0da3305baa1689d39eca0b4822d7e112d036
blkid: Unexport the private symbol blkid_devdirs

blkid_devdirs was defined in blkidP.h and was never intended to be
used outside of the library.  Since it no longer needs to be shared
across object files, rename it and turn it into a static variable.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Karel Zak <kzak@redhat.com>
libs/blkid/src/blkidP.h
libs/blkid/src/devno.c