From 4aaccd76f2de83f2beb2141827d8a58aaaaa9ba1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 31 Aug 2010 17:09:44 +0800 Subject: vty: Make the talloc ctx extern void* to avoid duplicate symbols --- include/osmocom/vty/vty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3