diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-05-14 03:34:35 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-05-15 05:35:20 +0800 |
commit | bfa3c776af6f4bb83e6ea3f94f611b9c39bcf828 (patch) | |
tree | e7c0e9303b83885be493f9af5e58090425dd9179 /include/sccp/sccp.h | |
parent | a35712a9404080c3cbf2a6fb9fd7c044a2775e2d (diff) |
[sccp] Export function to create SCCP Refuse message.
Diffstat (limited to 'include/sccp/sccp.h')
-rw-r--r-- | include/sccp/sccp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 604a2ac..5dfcc31 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -148,6 +148,8 @@ 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); +struct msgb *sccp_create_refuse(struct sccp_source_reference *src_ref, int cause); + /** * Below this are helper functions and structs for parsing SCCP messages */ |