aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-23 05:26:29 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-23 05:26:29 +0000
commit75727458165561f48f3b8cf6def157269be848f7 (patch)
treed281aee87740dee9d7ab3aef0bf78f16b1151513 /include
parentbe68f6fc6cde1367a4481d2e774a64e2cd657267 (diff)
Add missing "extern" prefix (Andreas Eversberg)
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/e1_input.h4
1 files changed, 2 insertions, 2 deletions
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 */