aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/silent_call.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/silent_call.h')
-rw-r--r--include/openbsc/silent_call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openbsc/silent_call.h b/include/openbsc/silent_call.h
index 619a54327..5fec77b73 100644
--- a/include/openbsc/silent_call.h
+++ b/include/openbsc/silent_call.h
@@ -3,9 +3,9 @@
struct gsm_subscriber_connection;
-extern int gsm_silent_call_start(struct gsm_subscriber *subscr,
+extern int gsm_silent_call_start(struct vlr_subscr *vsub,
void *data, int type);
-extern int gsm_silent_call_stop(struct gsm_subscriber *subscr);
+extern int gsm_silent_call_stop(struct vlr_subscr *vsub);
#if 0
extern int silent_call_rx(struct gsm_subscriber_connection *conn, struct msgb *msg);