aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
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
parent20f9831168b59ee881414d29baba56ef68f850da (diff)
silent call: add header file for function prototypes
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/silent_call.h7
-rw-r--r--openbsc/src/vty_interface_layer3.c1
2 files changed, 8 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 */
diff --git a/openbsc/src/vty_interface_layer3.c b/openbsc/src/vty_interface_layer3.c
index fe107030e..4cc08c2da 100644
--- a/openbsc/src/vty_interface_layer3.c
+++ b/openbsc/src/vty_interface_layer3.c
@@ -32,6 +32,7 @@
#include <openbsc/linuxlist.h>
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_subscriber.h>
+#include <openbsc/silent_call.h>
#include <openbsc/gsm_04_11.h>
#include <openbsc/e1_input.h>
#include <openbsc/abis_nm.h>