From 762afe424d9db41bb11383676a776ee9965bbb98 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Jan 2010 09:55:43 +0100 Subject: [sccp] Add a utility for the nat.. Add a small helper to determine the type of a message --- include/sccp/sccp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/sccp/sccp.h') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 3ad568c..69ef63c 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -143,4 +143,10 @@ extern const struct sockaddr_sccp sccp_ssn_bssap; u_int32_t sccp_src_ref_to_int(struct sccp_source_reference *ref); struct sccp_source_reference sccp_src_ref_from_int(u_int32_t); + +/* + * helper functions for the nat code + */ +int sccp_determine_msg_type(struct msgb *msg); + #endif -- cgit v1.2.3