aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-19 00:00:42 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-20 19:01:27 +0100
commit4fd0a84cf8959e84ae306510c25178f88acd2b88 (patch)
tree046128a6296b98a731fcfb25f223e0d262bd998c /src/common
parent9bd5afa0146285e596f0c1172a6a4920a1c8597a (diff)
misc: Change the method to return void instead of int and garbage
The method was not returning anything and the callers did not use the result. Change it to void for now.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/paging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/paging.c b/src/common/paging.c
index b283d486..e6c1e6b9 100644
--- a/src/common/paging.c
+++ b/src/common/paging.c
@@ -547,7 +547,7 @@ struct paging_state *paging_init(struct gsm_bts_role_bts *btsb,
return ps;
}
-int paging_config(struct paging_state *ps,
+void paging_config(struct paging_state *ps,
unsigned int num_paging_max,
unsigned int paging_lifetime)
{