vty: Make the talloc ctx extern void* to avoid duplicate symbols
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 31 Aug 2010 09:09:44 +0000 (17:09 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 31 Aug 2010 09:09:44 +0000 (17:09 +0800)
include/osmocom/vty/vty.h

index 71b6be0..e5a9d0d 100644 (file)
@@ -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