From 4db51231d9338c31a1182fcb225e9fd7f57db258 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Apr 2023 09:59:55 +0200 Subject: Merging upstream version 2.4. Signed-off-by: Daniel Baumann --- nvme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvme.h') diff --git a/nvme.h b/nvme.h index 1938afb..d859983 100644 --- a/nvme.h +++ b/nvme.h @@ -96,7 +96,7 @@ void register_extension(struct plugin *plugin); * parse_and_open - parses arguments and opens the NVMe device, populating @dev */ int parse_and_open(struct nvme_dev **dev, int argc, char **argv, const char *desc, - const struct argconfig_commandline_options *clo); + struct argconfig_commandline_options *clo); void dev_close(struct nvme_dev *dev); -- cgit v1.2.3