aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-02 23:01:02 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-02 23:01:02 +0800
commit3e021b827fafd1d59cec384d92d406e9c2af97ea (patch)
treec939d0e274fdc72d003246c3a2b38c7b89cd77ef /include
parentb5a2f8d589bcca11e953a3ea8b28c708e7c5849b (diff)
sccp.c: Make the create work with data + len to not have a msgb
Diffstat (limited to 'include')
-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 d19a977..ed833e3 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -166,7 +166,7 @@ struct msgb *sccp_create_cc(struct sccp_source_reference *src_ref, struct sccp_s
struct msgb *sccp_create_rlsd(struct sccp_source_reference *src_ref, struct sccp_source_reference *dst_ref, int cause);
struct msgb *sccp_create_dt1(struct sccp_source_reference *dst_ref, uint8_t *data, uint8_t len);
struct msgb *sccp_create_udt(int _class, const struct sockaddr_sccp *sock_sender,
- const struct sockaddr_sccp *sock_target, struct msgb *msg);
+ const struct sockaddr_sccp *sock_target, uint8_t *data, int len);
/**
* Below this are helper functions and structs for parsing SCCP messages