From d61d517a2e35f482519561bd325652ee7144679a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 4 Sep 2011 22:56:10 +0200 Subject: add missing declarations of cfg_description_cmd to vty/vty.h --- include/osmocom/vty/vty.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/osmocom/vty/vty.h b/include/osmocom/vty/vty.h index d1f6f440..ffe3c591 100644 --- a/include/osmocom/vty/vty.h +++ b/include/osmocom/vty/vty.h @@ -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 -- cgit v1.2.3