summaryrefslogtreecommitdiff
path: root/tools/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/command.c')
-rw-r--r--tools/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/command.c b/tools/command.c
index 0cbd8773c..567881ca1 100644
--- a/tools/command.c
+++ b/tools/command.c
@@ -124,6 +124,7 @@ static inline int configreport_arg(struct cmd_context *cmd __attribute__((unused
static inline int configtype_arg(struct cmd_context *cmd __attribute__((unused)), struct arg_values *av) { return 0; }
static inline int repairtype_arg(struct cmd_context *cmd __attribute__((unused)), struct arg_values *av) { return 0; }
static inline int dumptype_arg(struct cmd_context *cmd __attribute__((unused)), struct arg_values *av) { return 0; }
+static inline int integritytype_arg(struct cmd_context *cmd __attribute__((unused)), struct arg_values *av) { return 0; }
/* needed to include commands.h when building man page generator */
#define CACHE_VGMETADATA 0x00000001