diff options
| author | Russ White <russ@riw.us> | 2018-04-24 11:31:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-24 11:31:11 -0400 |
| commit | 16ec3ea919e199630fb0dc97e3fbceaf42382a56 (patch) | |
| tree | 71b75e99686ea296232442d6fa3a2e127380a1cb /lib/command.h | |
| parent | 2bf50cee89780ac37c10d3b124def79a6d363410 (diff) | |
| parent | 26fbe47294b56bf58a7452e55d24c4204042959d (diff) | |
Merge pull request #2097 from qlyoung/show-cmdgraph
Show cmdgraph
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 bb77812350..f18de3417c 100644 --- a/lib/command.h +++ b/lib/command.h @@ -146,6 +146,7 @@ enum node_type { }; extern vector cmdvec; +extern const struct message tokennames[]; extern const char *node_names[]; /* Node which has some commands and prompt string and configuration |
