aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-04 22:56:10 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-04 22:56:10 +0200
commitd61d517a2e35f482519561bd325652ee7144679a (patch)
tree7eff5f031c6a6f36fd2c8056cc0120137da197bb
parentee876c91723267d913a12e76f46bd537700ab9e9 (diff)
add missing declarations of cfg_description_cmd to vty/vty.h0.3.9
-rw-r--r--include/osmocom/vty/vty.h3
1 files changed, 3 insertions, 0 deletions
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