aboutsummaryrefslogtreecommitdiff
path: root/include/volume_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/volume_id.h')
-rw-r--r--include/volume_id.h7
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 @@
21char *get_devname_from_label(const char *spec); 21char *get_devname_from_label(const char *spec);
22char *get_devname_from_uuid(const char *spec); 22char *get_devname_from_uuid(const char *spec);
23void display_uuid_cache(void); 23void 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 */
30int resolve_mount_spec(char **fsname);