aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding_scheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding_scheme.h')
-rw-r--r--src/coding_scheme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding_scheme.h b/src/coding_scheme.h
index 3a9ef250..aac4bba1 100644
--- a/src/coding_scheme.h
+++ b/src/coding_scheme.h
@@ -37,6 +37,8 @@ bool mcs_is_gprs(enum CodingScheme cs);
bool mcs_is_edge(enum CodingScheme cs);
bool mcs_is_edge_gmsk(enum CodingScheme cs);
+uint8_t mcs_chan_code(enum CodingScheme cs);
+
enum HeaderType {
HEADER_INVALID,
HEADER_GPRS_CONTROL,