summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-03-08 08:15:02 -0500
committerGitHub <noreply@github.com>2024-03-08 08:15:02 -0500
commit7e058c201adaa493207dd5305c7aaa970a3580ea (patch)
tree8587487207cb405e309a31fa94cc3b21e173a969 /lib/command.h
parent0d31f63dba95658fc8a553c450cecf78775b8423 (diff)
parentf47abbe1cb4efff360acccd64fb8192be427cf6e (diff)
Merge pull request #15469 from LabNConsulting/chopps/keychain-yang
add ietf-key-chain YANG module support
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 04c66adb26..ef1815c0bd 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -636,6 +636,7 @@ extern void cmd_banner_motd_line(const char *line);
struct cmd_variable_handler {
const char *tokenname, *varname;
+ const char *xpath; /* fill comps from set of values at xpath */
void (*completions)(vector out, struct cmd_token *token);
};