]> err.no Git - util-linux/commit
blkid: add low level probing API
authorKarel Zak <kzak@redhat.com>
Sat, 6 Sep 2008 13:28:40 +0000 (15:28 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:21:43 +0000 (23:21 +0100)
commit51410fc6deb29cae54a2669aafabae6c49f964fc
tree6117857f4be228ce38b16ba9794c12d7da5641c5
parentca7eeefdfa50dc33ea7cd075ae73d81b018f9dfd
blkid: add low level probing API

(sorry from the huge patch..)

Signed-off-by: Karel Zak <kzak@redhat.com>
19 files changed:
config/include-Makefile.am
configure.ac
libs/blkid/.gitignore
libs/blkid/Makefile.am
libs/blkid/bin/Makefile.am [new file with mode: 0644]
libs/blkid/bin/blkid.c [new file with mode: 0644]
libs/blkid/bin/blkid.sh.in [new file with mode: 0644]
libs/blkid/blkid.8.in [new file with mode: 0644]
libs/blkid/src/Makefile.am
libs/blkid/src/blkid.h
libs/blkid/src/blkid.sym
libs/blkid/src/blkidP.h
libs/blkid/src/probe.c
libs/blkid/src/probe.h [deleted file]
libs/blkid/src/probers/Makefile.am [new file with mode: 0644]
libs/blkid/src/probers/cramfs.c [new file with mode: 0644]
libs/blkid/src/probers/probers.h [new file with mode: 0644]
libs/blkid/src/probers/swap.c [new file with mode: 0644]
libs/blkid/src/verify.c [new file with mode: 0644]