aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/paging.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-29 11:44:28 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-29 11:44:28 +0200
commit901d57db07d21f8e7d7f4b11421f63c44c2b2600 (patch)
tree432aa762fd5194cf462127f1b47a24d81d58b6e2 /openbsc/include/openbsc/paging.h
parent07b7bd79d68c56212b3e248e6f9273a6c556c69d (diff)
parentf31dd860591e18d5f0ba45ef5d9ca8aac45fc9b7 (diff)
Merge branch 'master' of git.osmocom.org:openbsc
Diffstat (limited to 'openbsc/include/openbsc/paging.h')
-rw-r--r--openbsc/include/openbsc/paging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/paging.h b/openbsc/include/openbsc/paging.h
index 0872eb866..e1438ba4c 100644
--- a/openbsc/include/openbsc/paging.h
+++ b/openbsc/include/openbsc/paging.h
@@ -68,4 +68,6 @@ void paging_update_buffer_space(struct gsm_bts *bts, uint16_t);
/* pending paging requests */
unsigned int paging_pending_requests_nr(struct gsm_bts *bts);
+void *paging_get_data(struct gsm_bts *bts, struct gsm_subscriber *subscr);
+
#endif