summaryrefslogtreecommitdiffstats
path: root/include/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/blkdev.h')
-rw-r--r--include/blkdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/blkdev.h b/include/blkdev.h
index 8fca522c0..93586a0fb 100644
--- a/include/blkdev.h
+++ b/include/blkdev.h
@@ -134,7 +134,7 @@ int blkdev_get_geometry(int fd, unsigned int *h, unsigned int *s);
#define SCSI_TYPE_NO_LUN 0x7f
/* convert scsi type code to name */
-char *blkdev_scsi_type_to_name(int type);
+const char *blkdev_scsi_type_to_name(int type);
#endif /* BLKDEV_H */