summaryrefslogtreecommitdiff
path: root/bylabel.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-05-21 09:59:31 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2020-07-01 17:53:05 -0400
commit5d19eae7253bf71eee3574655461c0533cac2272 (patch)
tree52ad5cdb60c01dad8f046e2015bb0da3b77a9e08 /bylabel.h
parent95436661cde27fa88c50284cc6671f07b7fecd9e (diff)
Fix for multi device bcachefs filesystems
Diffstat (limited to 'bylabel.h')
-rw-r--r--bylabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bylabel.h b/bylabel.h
index 12fc725..e77875e 100644
--- a/bylabel.h
+++ b/bylabel.h
@@ -1,4 +1,4 @@
#ifndef BYLABEL_H_
#define BYLABEL_H_
-const char *get_device_name(const char *item);
+char *get_device_name(const char *item);
#endif /* BYLABEL_H_ */