summaryrefslogtreecommitdiffstats
path: root/lib/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 2b835cc8..3ad758d5 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -59,6 +59,9 @@
.r_doc = NULL, \
} ;
+/* Legacy name for cmd_command */
+#define cmd_element cmd_command
+
#define DEFUN_CMD_FUNC_DECL(funcname) \
static cmd_function funcname;