summaryrefslogtreecommitdiffstats
path: root/lib/common/output_none.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/output_none.c')
-rw-r--r--lib/common/output_none.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/common/output_none.c b/lib/common/output_none.c
index 581a8b4..d1cdacc 100644
--- a/lib/common/output_none.c
+++ b/lib/common/output_none.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2022 the Pacemaker project contributors
+ * Copyright 2019-2024 the Pacemaker project contributors
*
* The version control history for this file may have further details.
*
@@ -15,10 +15,6 @@
#include <crm/crm.h>
#include <crm/common/cmdline_internal.h>
-GOptionEntry pcmk__none_output_entries[] = {
- { NULL }
-};
-
static void
none_free_priv(pcmk__output_t *out) {
/* This function intentionally left blank */
@@ -120,7 +116,7 @@ pcmk__mk_none_output(char **argv) {
return NULL;
}
- retval->fmt_name = PCMK__VALUE_NONE;
+ retval->fmt_name = PCMK_VALUE_NONE;
retval->request = pcmk__quote_cmdline(argv);
retval->init = none_init;