aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/silent_call.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-01-02 14:29:43 +0100
committerHarald Welte <laforge@netfilter.org>2010-01-03 10:10:47 +0100
commit504807001d4d8340434e023d58016050f7faa889 (patch)
tree0a139a7d60cd75f59182fb6ba7ec7d9922788ac0 /openbsc/include/openbsc/silent_call.h
parentb6c273e9e399f31bbf653ae6946ffff5cae2025a (diff)
silent_call: Add option to choose channel type
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include/openbsc/silent_call.h')
-rw-r--r--openbsc/include/openbsc/silent_call.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/silent_call.h b/openbsc/include/openbsc/silent_call.h
index b5bc5c035..fefc5182d 100644
--- a/openbsc/include/openbsc/silent_call.h
+++ b/openbsc/include/openbsc/silent_call.h
@@ -1,7 +1,8 @@
#ifndef _SILENT_CALL_H
#define _SILENT_CALL_H
-extern int gsm_silent_call_start(struct gsm_subscriber *subscr, void *data);
+extern int gsm_silent_call_start(struct gsm_subscriber *subscr,
+ void *data, int type);
extern int gsm_silent_call_stop(struct gsm_subscriber *subscr);
extern int silent_call_rx(struct msgb *msg);
extern int silent_call_reroute(struct msgb *msg);