From e8cfc3f693e8a0cbfc489564c76e00c074f63066 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 3 Mar 2012 15:09:07 +0100 Subject: blkid: if parameters are given, do not scan /dev Signed-off-by: Denys Vlasenko --- include/volume_id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/volume_id.h') diff --git a/include/volume_id.h b/include/volume_id.h index 4a78cd1e4..a83da899e 100644 --- a/include/volume_id.h +++ b/include/volume_id.h @@ -20,7 +20,7 @@ char *get_devname_from_label(const char *spec); char *get_devname_from_uuid(const char *spec); -void display_uuid_cache(void); +void display_uuid_cache(int scan_devices); /* Returns: * 0: no UUID= or LABEL= prefix found -- cgit v1.2.3