aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/volume_id_internal.h
diff options
context:
space:
mode:
authorSven-Göran Bergh <sgb@systemasis.org>2013-01-14 02:21:41 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-14 02:21:41 +0100
commit6928d9f0495d814a08195d0e9805fd91cbb3d384 (patch)
tree7c70e4c9a721fcb0673b48907908c53d19737b21 /util-linux/volume_id/volume_id_internal.h
parent6967578728a3eef43b7b2be4080dafc1b87f528d (diff)
downloadbusybox-6928d9f0495d814a08195d0e9805fd91cbb3d384.tar.gz
volume_id: add squashfs detection
function old new delta volume_id_probe_squashfs - 74 +74 fs1 12 16 +4 Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/volume_id_internal.h')
-rw-r--r--util-linux/volume_id/volume_id_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/volume_id/volume_id_internal.h b/util-linux/volume_id/volume_id_internal.h
index e26ebaab6..3f02bd50d 100644
--- a/util-linux/volume_id/volume_id_internal.h
+++ b/util-linux/volume_id/volume_id_internal.h
@@ -227,6 +227,8 @@ int FAST_FUNC volume_id_probe_reiserfs(struct volume_id *id /*,uint64_t off*/);
int FAST_FUNC volume_id_probe_romfs(struct volume_id *id /*,uint64_t off*/);
+int FAST_FUNC volume_id_probe_squashfs(struct volume_id *id /*,uint64_t off*/);
+
int FAST_FUNC volume_id_probe_sysv(struct volume_id *id /*,uint64_t off*/);
int FAST_FUNC volume_id_probe_udf(struct volume_id *id /*,uint64_t off*/);