diff options
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index e147d4c..fec8054 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -99,6 +99,7 @@ typedef enum { typedef struct { vtw_type_e def_type; char *def_type_help; + char *def_node_help; char *def_default; boolean tag; boolean multi; |