aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mncc_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/mncc_int.h')
-rw-r--r--openbsc/include/openbsc/mncc_int.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/openbsc/include/openbsc/mncc_int.h b/openbsc/include/openbsc/mncc_int.h
index 213ce1414..92012c101 100644
--- a/openbsc/include/openbsc/mncc_int.h
+++ b/openbsc/include/openbsc/mncc_int.h
@@ -3,12 +3,4 @@
#include <stdint.h>
-struct mncc_int {
- uint8_t def_codec[2];
-};
-
-extern struct mncc_int mncc_int;
-
-uint8_t mncc_codec_for_mode(int lchan_type);
-
#endif