aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/paging.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-16 22:53:52 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-16 22:53:52 +0000
commit0932d1e2b41ac733f7f12ca8b887e3ba96525225 (patch)
tree2f4afab5af30836795b3a4b7f18b1c859adca1be /include/openbsc/paging.h
parent09e38afbcc9d62f75eae8867abe0d62678adef0f (diff)
forgot the header files in last commit. sigh.
Diffstat (limited to 'include/openbsc/paging.h')
-rw-r--r--include/openbsc/paging.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openbsc/paging.h b/include/openbsc/paging.h
index 0e5a0d447..8fdae02c6 100644
--- a/include/openbsc/paging.h
+++ b/include/openbsc/paging.h
@@ -33,7 +33,8 @@
void paging_init(struct gsm_bts *bts);
/* schedule paging request */
-void paging_request(struct gsm_bts *bts, struct gsm_subscriber *subscr, int type);
+void paging_request(struct gsm_bts *bts, struct gsm_subscriber *subscr,
+ int type, gsm_cbfn *cbfn, void *data);
/* stop paging requests */
void paging_request_stop(struct gsm_bts *bts, struct gsm_subscriber *subscr);