aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp_patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgcp_patch.h')
-rw-r--r--include/mgcp_patch.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/mgcp_patch.h b/include/mgcp_patch.h
new file mode 100644
index 0000000..5b1e5dc
--- /dev/null
+++ b/include/mgcp_patch.h
@@ -0,0 +1,9 @@
+#ifndef MGCP_PATCH_H
+#define MGCP_PATCH_H
+
+#include <osmocom/core/msgb.h>
+
+struct ss7_application;
+struct msgb *mgcp_patch(struct ss7_application *app, struct msgb *msg);
+
+#endif