aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-31 17:09:44 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-31 17:09:44 +0800
commit4aaccd76f2de83f2beb2141827d8a58aaaaa9ba1 (patch)
tree94a903d26f2c093806a01a69b4f464179c08a835 /include/osmocom/vty
parent3e85e8dba9d039d6d5b4dd48d636535c92966d90 (diff)
vty: Make the talloc ctx extern void* to avoid duplicate symbols
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r--include/osmocom/vty/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/vty.h b/include/osmocom/vty/vty.h
index 71b6be0b..e5a9d0d7 100644
--- a/include/osmocom/vty/vty.h
+++ b/include/osmocom/vty/vty.h
@@ -156,5 +156,5 @@ int vty_shell (struct vty *);
int vty_shell_serv (struct vty *);
void vty_hello (struct vty *);
-void *tall_vty_ctx;
+extern void *tall_vty_ctx;
#endif