aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 18:40:10 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 18:40:10 +0800
commite3c0d8bbf378abd28f82789809a6fc30ee30cd96 (patch)
treed6116ec29e9c3dbc5b8971317b2f42b31189d746 /include
parentbe76a717e06fee8866cc1f453efa01e3c1c190c1 (diff)
sccp: u_int32_t -> uint32_t
Diffstat (limited to 'include')
-rw-r--r--include/sccp/sccp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h
index e399b2f..a0cdf0b 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -145,8 +145,8 @@ int sccp_set_read(const struct sockaddr_sccp *sock,
extern const struct sockaddr_sccp sccp_ssn_bssap;
/* helpers */
-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);
+uint32_t sccp_src_ref_to_int(struct sccp_source_reference *ref);
+struct sccp_source_reference sccp_src_ref_from_int(uint32_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);