aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-02-03 20:06:15 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-02-04 19:01:36 +0100
commit180ce7eaadc6147d5a178b436fc939662234beff (patch)
tree6be6ac95e711589ce2450d2d9d14846552db6126
parentdf78e925962a419a318c1f0279a9724b986beed3 (diff)
e1_input.h: Declare abis_rsl_sendmsg(struct msgb *msg)
The E1 abstraction provides the above method, declare it in our header file. GCC warning (of OpenBSC): abis_rsl.c: In function ‘rsl_bcch_info’: abis_rsl.c:221:2: warning: implicit declaration of function ‘abis_rsl_sendmsg’ [-Wimplicit-function-declaration]
-rw-r--r--include/osmocom/abis/e1_input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index 51345f3..16e7f8b 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -277,5 +277,6 @@ struct input_signal_data {
};
int abis_sendmsg(struct msgb *msg);
+int abis_rsl_sendmsg(struct msgb *msg);
#endif /* _E1_INPUT_H */