diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-13 09:55:43 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-29 04:35:18 +0100 |
commit | 762afe424d9db41bb11383676a776ee9965bbb98 (patch) | |
tree | 03d58815be912a4fcb0d38bde64af40676bcdb15 /include/sccp/sccp.h | |
parent | 2ac75aeb4d6589d1c2b3d2db957bd3d14b61b731 (diff) |
[sccp] Add a utility for the nat..
Add a small helper to determine the type of a message
Diffstat (limited to 'include/sccp/sccp.h')
-rw-r--r-- | include/sccp/sccp.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |