summaryrefslogtreecommitdiff
path: root/gsmstack/tch.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsmstack/tch.h')
-rw-r--r--gsmstack/tch.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gsmstack/tch.h b/gsmstack/tch.h
new file mode 100644
index 0000000..c27d633
--- /dev/null
+++ b/gsmstack/tch.h
@@ -0,0 +1,16 @@
+#ifndef __GSMSTACK_TCH_H__
+#define __GSMSTACK_TCH_H__ 1
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "gsmstack.h"
+
+unsigned char *decode_tch(GS_CTX *ctx, unsigned char *burst, unsigned int *len);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary