summaryrefslogtreecommitdiffstats
path: root/plugin.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-12 12:01:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-12 12:01:05 +0000
commitec3ece1465351c6208395b7f506728e9b918b05a (patch)
tree70c498b99e795bb0abafc7eb4207c515188025ff /plugin.h
parentAdding upstream version 1.14. (diff)
downloadnvme-cli-ec3ece1465351c6208395b7f506728e9b918b05a.tar.xz
nvme-cli-ec3ece1465351c6208395b7f506728e9b918b05a.zip
Adding upstream version 1.15.upstream/1.15
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.h b/plugin.h
index 91079fb..7a8ed09 100644
--- a/plugin.h
+++ b/plugin.h
@@ -16,6 +16,7 @@ struct program {
struct plugin {
const char *name;
const char *desc;
+ const char *version;
struct command **commands;
struct program *parent;
struct plugin *next;