aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 17:55:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-17 04:08:42 +0800
commit72bec50b8ef0309506c410b556cbbb05cc0f2ea6 (patch)
tree911ba289ae3a29cbf61417d5ba30b11c779bed43 /include
parent38cc0e6c4d25c8dec0c9163a2f42b47f6701d999 (diff)
[sccp] Create a SCCP CC creation routine.
Diffstat (limited to 'include')
-rw-r--r--include/sccp/sccp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h
index 2aa0322..c3512bb 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -149,6 +149,7 @@ 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, uint8_t *data, int length);
+struct msgb *sccp_create_cc(struct sccp_source_reference *src_ref, struct sccp_source_reference *dst_ref);
/**
* Below this are helper functions and structs for parsing SCCP messages