aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/chan_alloc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 13:05:35 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 15:42:22 +0800
commitea01ca764fcf0912ac2ccd1a8818640518911a51 (patch)
tree91c0fdc4705f39ff9748f6e9d9f279563c1dbb3c /openbsc/src/chan_alloc.c
parent01288435919b0f5f201dbf41cbff3745cc18f3db (diff)
chan_alloc: Make the lchan_find(bts,subscr) private/internal..
Diffstat (limited to 'openbsc/src/chan_alloc.c')
-rw-r--r--openbsc/src/chan_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/chan_alloc.c b/openbsc/src/chan_alloc.c
index 9df449f83..480949698 100644
--- a/openbsc/src/chan_alloc.c
+++ b/openbsc/src/chan_alloc.c
@@ -378,7 +378,7 @@ static void auto_release_channel(void *_lchan)
bsc_schedule_timer(&lchan->conn.release_timer, LCHAN_RELEASE_TIMEOUT);
}
-struct gsm_lchan* lchan_find(struct gsm_bts *bts, struct gsm_subscriber *subscr) {
+static struct gsm_lchan* lchan_find(struct gsm_bts *bts, struct gsm_subscriber *subscr) {
struct gsm_bts_trx *trx;
int ts_no, lchan_no;