aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/e1_input.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-03-09 16:17:14 +0000
committerHolger Freyther <zecke@selfish.org>2009-03-09 16:17:14 +0000
commitff9592fa101cf6aea4bff58f480e69456eef9390 (patch)
treeebc20890edd06f4f8a93cae1097fcb1a00c8655c /include/openbsc/e1_input.h
parent015b9ad9db85d5be68c78af858f1314c7390e88a (diff)
[misc] Fix compile warnings...
Diffstat (limited to 'include/openbsc/e1_input.h')
-rw-r--r--include/openbsc/e1_input.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/openbsc/e1_input.h b/include/openbsc/e1_input.h
index 68b8d634a..7804fa4c6 100644
--- a/include/openbsc/e1_input.h
+++ b/include/openbsc/e1_input.h
@@ -139,4 +139,10 @@ int e1inp_event(struct e1inp_ts *ts, int evt, u_int8_t tei, u_int8_t sapi);
/* called by TRAU muxer to obtain the destination mux entity */
struct subch_mux *e1inp_get_mux(u_int8_t e1_nr, u_int8_t ts_nr);
+/* e1_config.c */
+int e1_config(struct gsm_bts *bts);
+int ia_config(struct gsm_bts *bts);
+int ipaccess_setup(struct e1inp_line *line);
+
+
#endif /* _E1_INPUT_H */