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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsmdecode/src/data_out.h b/gsmdecode/src/data_out.h
index 73da983..6d3f740 100644
--- a/gsmdecode/src/data_out.h
+++ b/gsmdecode/src/data_out.h
@@ -1,5 +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);
+void l2_data_out_B(int fn, const unsigned char *data, int len, int logicalchannel, int direction);
personal git repositories of Harald Welte. Your mileage may vary