From 956203ad8df7b68af83ae94f7793a028c74113ee Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 25 Nov 2008 11:11:49 +0530 Subject: Initial import of gsmsp-0.2a --- gsmsp/gsm/src/lib/data_out.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gsmsp/gsm/src/lib/data_out.h (limited to 'gsmsp/gsm/src/lib/data_out.h') diff --git a/gsmsp/gsm/src/lib/data_out.h b/gsmsp/gsm/src/lib/data_out.h new file mode 100644 index 0000000..d920136 --- /dev/null +++ b/gsmsp/gsm/src/lib/data_out.h @@ -0,0 +1,11 @@ + +#ifdef __cplusplus +extern "C" { +#endif + +void l2_data_out_Bbis(int fn, const unsigned char *data, int len); +void l2_data_out_B(int fn, const unsigned char *data, int len); + +#ifdef __cplusplus +} +#endif -- cgit v1.2.3