summaryrefslogtreecommitdiff
path: root/gsmdecode/src/data_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsmdecode/src/data_out.h')
-rw-r--r--gsmdecode/src/data_out.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gsmdecode/src/data_out.h b/gsmdecode/src/data_out.h
new file mode 100644
index 0000000..73da983
--- /dev/null
+++ b/gsmdecode/src/data_out.h
@@ -0,0 +1,5 @@
+
+
+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);
+
personal git repositories of Harald Welte. Your mileage may vary