aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/silent_call.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-11-17 06:00:23 +0100
committerHarald Welte <laforge@gnumonks.org>2009-11-17 06:00:23 +0100
commitb54d950ac17ec1836a845abda92cf3061cd8ee59 (patch)
tree7fbb029f8951cd3c2528381b60a8a547cc18ff06 /openbsc/include/openbsc/silent_call.h
parent20f9831168b59ee881414d29baba56ef68f850da (diff)
silent call: add header file for function prototypes
Diffstat (limited to 'openbsc/include/openbsc/silent_call.h')
-rw-r--r--openbsc/include/openbsc/silent_call.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/silent_call.h b/openbsc/include/openbsc/silent_call.h
new file mode 100644
index 000000000..53ed4e248
--- /dev/null
+++ b/openbsc/include/openbsc/silent_call.h
@@ -0,0 +1,7 @@
+#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_stop(struct gsm_subscriber *subscr);
+
+#endif /* _SILENT_CALL_H */