aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/common_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/common_cs.h')
-rw-r--r--openbsc/include/openbsc/common_cs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/common_cs.h b/openbsc/include/openbsc/common_cs.h
index 6f70f09be..612d754c9 100644
--- a/openbsc/include/openbsc/common_cs.h
+++ b/openbsc/include/openbsc/common_cs.h
@@ -1 +1,6 @@
#pragma once
+
+struct msgb;
+struct gsm_network;
+
+typedef int (*mncc_recv_cb_t)(struct gsm_network *, struct msgb *);