summaryrefslogtreecommitdiff
path: root/gsmstack/tch.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-01 12:54:30 +0530
committerHarald Welte <laforge@gnumonks.org>2008-12-01 12:54:30 +0530
commit602a3c8aa8a3d9bd4d93deda6ac932404f39584d (patch)
treea8c44956098cc4a6151fd9d8e0d8afc035182159 /gsmstack/tch.h
parent10f2fcca8dd1be2719bccefa16fd9dac9a76c749 (diff)
Add README, various compile fixes
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