diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-12-30 00:40:11 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-12-30 00:40:11 +0100 |
commit | 90615a0c5c326fa3cf78fc719f7b16207f47395a (patch) | |
tree | bdfee5d8916cc60e9e171b15b7adcc1f5460769a /include | |
parent | 2272129a93d9492a42ef43987f829940d26dc862 (diff) | |
download | busybox-90615a0c5c326fa3cf78fc719f7b16207f47395a.tar.gz |
blkid: optional support for TYPE="fstype"
Adapted from patch created by T4ndeta <t4ndeta@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/volume_id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/volume_id.h b/include/volume_id.h index 77e874d40..4a78cd1e4 100644 --- a/include/volume_id.h +++ b/include/volume_id.h @@ -28,3 +28,4 @@ void display_uuid_cache(void); * *fsname is replaced if device with such UUID or LABEL is found */ int resolve_mount_spec(char **fsname); +int add_to_uuid_cache(const char *device); |