[layer23] Committed missing vty.h of last commit.
authorAndreas.Eversberg <jolly@eversberg.eu>
Sat, 26 Jun 2010 16:38:07 +0000 (16:38 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Sat, 26 Jun 2010 16:38:07 +0000 (16:38 +0000)
src/host/layer23/include/osmocom/vty.h [new file with mode: 0644]

diff --git a/src/host/layer23/include/osmocom/vty.h b/src/host/layer23/include/osmocom/vty.h
new file mode 100644 (file)
index 0000000..f9e65a1
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef OSMOCOM_VTY_H
+#define OSMOCOM_VTY_H
+
+#include <osmocom/osmocom_data.h>
+#include <osmocom/vty/vty.h>
+#include <osmocom/vty/buffer.h>
+#include <osmocom/vty/command.h>
+
+enum ms_vty_node {
+       MS_NODE = _LAST_OSMOVTY_NODE + 1,
+       TESTSIM_NODE,
+};
+
+enum node_type ms_vty_go_parent(struct vty *vty);
+int ms_vty_init(void);
+extern void vty_notify(struct osmocom_ms *ms, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
+
+#endif
+