aboutsummaryrefslogtreecommitdiffstats
path: root/include/sccp/sccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sccp/sccp.h')
-rw-r--r--include/sccp/sccp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h
index 5dfcc31..2aa0322 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -148,7 +148,7 @@ 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);
+struct msgb *sccp_create_refuse(struct sccp_source_reference *src_ref, int cause, uint8_t *data, int length);
/**
* Below this are helper functions and structs for parsing SCCP messages