summaryrefslogtreecommitdiff
path: root/lib/device/device_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/device/device_id.h')
-rw-r--r--lib/device/device_id.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/device/device_id.h b/lib/device/device_id.h
index 939b3a0f4..4cf1374c8 100644
--- a/lib/device/device_id.h
+++ b/lib/device/device_id.h
@@ -55,4 +55,6 @@ void unlink_searched_devnames(struct cmd_context *cmd);
int read_sys_block(struct cmd_context *cmd, struct device *dev, const char *suffix, char *sysbuf, int sysbufsize);
+int dev_has_mpath_uuid(struct cmd_context *cmd, struct device *dev, const char **idname_out);
+
#endif