diff options
Diffstat (limited to 'include/volume_id.h')
-rw-r--r-- | include/volume_id.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/volume_id.h b/include/volume_id.h index bba32c0ba..77e874d40 100644 --- a/include/volume_id.h +++ b/include/volume_id.h | |||
@@ -21,3 +21,10 @@ | |||
21 | char *get_devname_from_label(const char *spec); | 21 | char *get_devname_from_label(const char *spec); |
22 | char *get_devname_from_uuid(const char *spec); | 22 | char *get_devname_from_uuid(const char *spec); |
23 | void display_uuid_cache(void); | 23 | void display_uuid_cache(void); |
24 | |||
25 | /* Returns: | ||
26 | * 0: no UUID= or LABEL= prefix found | ||
27 | * 1: UUID= or LABEL= prefix found. In this case, | ||
28 | * *fsname is replaced if device with such UUID or LABEL is found | ||
29 | */ | ||
30 | int resolve_mount_spec(char **fsname); | ||