From b54d950ac17ec1836a845abda92cf3061cd8ee59 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 17 Nov 2009 06:00:23 +0100 Subject: silent call: add header file for function prototypes --- openbsc/include/openbsc/silent_call.h | 7 +++++++ openbsc/src/vty_interface_layer3.c | 1 + 2 files changed, 8 insertions(+) create mode 100644 openbsc/include/openbsc/silent_call.h (limited to 'openbsc') 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 #include #include +#include #include #include #include -- cgit v1.2.3