diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2024-03-08 08:15:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 08:15:02 -0500 |
| commit | 7e058c201adaa493207dd5305c7aaa970a3580ea (patch) | |
| tree | 8587487207cb405e309a31fa94cc3b21e173a969 /lib/command.h | |
| parent | 0d31f63dba95658fc8a553c450cecf78775b8423 (diff) | |
| parent | f47abbe1cb4efff360acccd64fb8192be427cf6e (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.h | 1 |
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); }; |
