aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/common_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/common_cs.h')
-rw-r--r--include/osmocom/msc/common_cs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/osmocom/msc/common_cs.h b/include/osmocom/msc/common_cs.h
deleted file mode 100644
index 097d3b157..000000000
--- a/include/osmocom/msc/common_cs.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-
-#include <stdint.h>
-
-struct msgb;
-struct gsm_network;
-
-typedef int (*mncc_recv_cb_t)(struct gsm_network *, struct msgb *);
-
-struct gsm_network *gsm_network_init(void *ctx, mncc_recv_cb_t mncc_recv);