aboutsummaryrefslogtreecommitdiffstats
path: root/include/bss_patch.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-05-13 18:18:02 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-05-13 21:17:07 +0200
commitfe1550fed4146fd016f0d2cffc07f6ae8ed6b7fe (patch)
treee98a9d56e130cb3f0673eae80a1522b8685a2a3d /include/bss_patch.h
parentd2fdb2afbf1c495e3ab455dd90058501c14f57d4 (diff)
patching: Get the struct ss7_application down to the patching routine
Diffstat (limited to 'include/bss_patch.h')
-rw-r--r--include/bss_patch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/bss_patch.h b/include/bss_patch.h
index d9a055b..c950d55 100644
--- a/include/bss_patch.h
+++ b/include/bss_patch.h
@@ -36,6 +36,8 @@
#define BSS_DIR_MSC 2
#define BSS_DIR_ANY (BSS_DIR_MSC | BSS_DIR_BSC)
+struct ss7_application;
+
/**
* Error is < 0
* Success is == 0
@@ -43,7 +45,7 @@
*
* Direction...
*/
-int bss_patch_filter_msg(struct msgb *msg, struct sccp_parse_result *result, int dir);
+int bss_patch_filter_msg(struct ss7_application *app, struct msgb *msg, struct sccp_parse_result *result, int dir);
/*
* Copy inpt->l2h to target->l2h but rewrite the SCCP header on the way