aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/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
commitccc91f3088a79abe123862fe02f6699c0295d7e0 (patch)
tree17ee9356d3188ac689e8a5653d99069e663c308e /openbsc/include
parentf957095385be8ffdd561f892106a9f6a5619e29a (diff)
sccp: u_int32_t -> uint32_t
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/sccp/sccp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/sccp/sccp.h b/openbsc/include/sccp/sccp.h
index e399b2f7f..a0cdf0bae 100644
--- a/openbsc/include/sccp/sccp.h
+++ b/openbsc/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);