summaryrefslogtreecommitdiffstats
path: root/shlibs/blkid/src/blkidP.h
diff options
context:
space:
mode:
authorKarel Zak2009-09-18 13:07:05 +0200
committerKarel Zak2009-09-18 13:07:05 +0200
commit7ef93b3eff22c6671c12621fef26853c907435ec (patch)
tree28ab17d1666cb64c4a7ba2593dc82d3551e5bf8a /shlibs/blkid/src/blkidP.h
parentlibblkid: fix blkid_devno_to_wholedisk() (diff)
downloadkernel-qcow2-util-linux-7ef93b3eff22c6671c12621fef26853c907435ec.tar.gz
kernel-qcow2-util-linux-7ef93b3eff22c6671c12621fef26853c907435ec.tar.xz
kernel-qcow2-util-linux-7ef93b3eff22c6671c12621fef26853c907435ec.zip
libblkid: add blkid_driver_has_major()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/blkid/src/blkidP.h')
-rw-r--r--shlibs/blkid/src/blkidP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shlibs/blkid/src/blkidP.h b/shlibs/blkid/src/blkidP.h
index 64ebeee83..10c29776b 100644
--- a/shlibs/blkid/src/blkidP.h
+++ b/shlibs/blkid/src/blkidP.h
@@ -339,6 +339,7 @@ struct dir_list {
struct dir_list *next;
};
extern void blkid__scan_dir(char *, dev_t, struct dir_list **, char **);
+extern int blkid_driver_has_major(const char *drvname, int major);
/* lseek.c */
extern blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence);