From 75727458165561f48f3b8cf6def157269be848f7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 23 May 2009 05:26:29 +0000 Subject: Add missing "extern" prefix (Andreas Eversberg) --- include/openbsc/e1_input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/openbsc/e1_input.h b/include/openbsc/e1_input.h index 6d5a0be87..2752db645 100644 --- a/include/openbsc/e1_input.h +++ b/include/openbsc/e1_input.h @@ -150,7 +150,7 @@ int e1_config(struct gsm_bts *bts, int cardnr, int release_l2); int ia_config_connect(struct gsm_bts *bts, struct sockaddr_in *sin); int ipaccess_setup(struct gsm_network *gsmnet); -struct llist_head e1inp_driver_list; -struct llist_head e1inp_line_list; +extern struct llist_head e1inp_driver_list; +extern struct llist_head e1inp_line_list; #endif /* _E1_INPUT_H */ -- cgit v1.2.3