aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
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
parent015b9ad9db85d5be68c78af858f1314c7390e88a (diff)
[misc] Fix compile warnings...
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/e1_input.h6
-rw-r--r--include/openbsc/misdn.h5
2 files changed, 9 insertions, 2 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 */
diff --git a/include/openbsc/misdn.h b/include/openbsc/misdn.h
index 51932c2bb..5d9013a83 100644
--- a/include/openbsc/misdn.h
+++ b/include/openbsc/misdn.h
@@ -20,8 +20,9 @@
#ifndef MISDN_H
#define MISDN_H
-int mi_setup(struct gsm_bts *bts, int cardnr,
- void (cb)(int event, struct gsm_bts *bts));
+#include "e1_input.h"
+
+int mi_setup(int cardnr, struct e1inp_line *line);
void mi_set_pcap_fd(int fd);
int _abis_nm_sendmsg(struct msgb *msg);