From 90615a0c5c326fa3cf78fc719f7b16207f47395a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 30 Dec 2010 00:40:11 +0100 Subject: blkid: optional support for TYPE="fstype" Adapted from patch created by T4ndeta Signed-off-by: Denys Vlasenko --- include/volume_id.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/volume_id.h') 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); -- cgit v1.2.3