summaryrefslogtreecommitdiffstats
path: root/mount/mount_by_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount/mount_by_label.h')
-rw-r--r--mount/mount_by_label.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount/mount_by_label.h b/mount/mount_by_label.h
index 451d06854..f5c930d7b 100644
--- a/mount/mount_by_label.h
+++ b/mount/mount_by_label.h
@@ -1,4 +1,4 @@
-char *get_spec_by_uuid(const char *uuid);
-char *get_spec_by_volume_label(const char *volumelabel);
+const char *get_spec_by_uuid(const char *uuid);
+const char *get_spec_by_volume_label(const char *volumelabel);
const char *get_volume_label_by_spec(const char *spec);
const char *second_occurrence_of_vol_label(const char *label);