summaryrefslogtreecommitdiffstats
path: root/shlibs/blkid/src/blkid.sym
diff options
context:
space:
mode:
authorKarel Zak2010-04-19 10:51:37 +0200
committerKarel Zak2010-04-19 10:51:37 +0200
commit601fb1c11e8b93c3b0e7488a73b4e97df12c676d (patch)
tree0548baf71a42f60aff42a0a6463c4242a4073c3b /shlibs/blkid/src/blkid.sym
parentblkid: add \n to the "-o udev" output when probe more devices (diff)
downloadkernel-qcow2-util-linux-601fb1c11e8b93c3b0e7488a73b4e97df12c676d.tar.gz
kernel-qcow2-util-linux-601fb1c11e8b93c3b0e7488a73b4e97df12c676d.tar.xz
kernel-qcow2-util-linux-601fb1c11e8b93c3b0e7488a73b4e97df12c676d.zip
libblkid: export functions to get whole-disk devno
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/blkid/src/blkid.sym')
-rw-r--r--shlibs/blkid/src/blkid.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/shlibs/blkid/src/blkid.sym b/shlibs/blkid/src/blkid.sym
index a80e87399..e6a1e36e0 100644
--- a/shlibs/blkid/src/blkid.sym
+++ b/shlibs/blkid/src/blkid.sym
@@ -125,4 +125,6 @@ global:
blkid_probe_all_removable;
blkid_probe_get_fd;
blkid_probe_get_offset;
+ blkid_probe_get_wholedisk_devno;
+ blkid_probe_is_wholedisk;
} BLKID_2.17;