add missing declarations of cfg_description_cmd to vty/vty.h

This commit is contained in:
Harald Welte 2011-09-04 22:56:10 +02:00
parent ee876c9172
commit d61d517a2e
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@ int vty_current_node(struct vty *vty);
extern void *tall_vty_ctx;
extern struct cmd_element cfg_description_cmd;
extern struct cmd_element cfg_no_description_cmd;
/*! }@ */
#endif