MNCC: make get_call_ref() function static

This commit is contained in:
Harald Welte
2010-12-22 23:49:39 +01:00
parent e6da14fde4
commit 081e14d071

View File

@@ -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;