aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mncc.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-12-22 23:49:39 +0100
committerHarald Welte <laforge@gnumonks.org>2011-01-01 17:23:41 +0100
commit081e14d071ab2dde97a7cf5bf11f1b037541660f (patch)
treebc2bff69c545292535e32302293258abe46a2b3d /openbsc/src/mncc.c
parente6da14fde4c917be92c36ff8da9f8500839e9007 (diff)
MNCC: make get_call_ref() function static
Diffstat (limited to 'openbsc/src/mncc.c')
-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 328e96c70..3d16d8f99 100644
--- a/openbsc/src/mncc.c
+++ b/openbsc/src/mncc.c
@@ -115,7 +115,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;