aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-22 23:49:39 +0100
committerHarald Welte <laforge@gnumonks.org>2010-12-26 10:01:40 +0100
commitd235e2ebc4c1b5b208c8b5afad11e25246e2b645 (patch)
treee18ad93f892632b56f54134ee12b2c57b885e8e4 /openbsc
parent0ec4410c749e04acc66c3d2276a1d8bf5fd8a4ce (diff)
MNCC: make get_call_ref() function static
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/mncc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/mncc.c b/openbsc/src/mncc.c
index ccba4d639..762e7f191 100644
--- a/openbsc/src/mncc.c
+++ b/openbsc/src/mncc.c
@@ -116,7 +116,7 @@ static void free_call(struct gsm_call *call)
}
-struct gsm_call *get_call_ref(u_int32_t callref)
+static struct gsm_call *get_call_ref(u_int32_t callref)
{
struct gsm_call *callt;