From d57675fc67455faf7c68d4003a1ce884779e2c7c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Apr 2023 10:17:38 +0200 Subject: Merging upstream version 2.4+really2.3. This reverts commit f42531334c05b7f49ae43c0a27e347a487fb2667. --- nvme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvme.h') diff --git a/nvme.h b/nvme.h index d859983..1938afb 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, - struct argconfig_commandline_options *clo); + const struct argconfig_commandline_options *clo); void dev_close(struct nvme_dev *dev); -- cgit v1.2.3