aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 04:37:26 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 04:37:26 +0800
commit5aa17014deace6d91a5cbb9784a9c05521ba19c8 (patch)
tree50cc56ab2fa7732216e13755112e7ef3735e4241 /include/bsc_data.h
parent97f66e2b534e2a54c63360a3f8134a0189c54e25 (diff)
u_int8_t -> uint8_t
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 6d61a22..9b5bbfd 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -126,6 +126,6 @@ int link_c7_init(struct link_data *data);
int link_udp_init(struct link_data *data, int src_port, const char *dest_ip, int port);
/* MGCP */
-void mgcp_forward(struct bsc_data *bsc, const u_int8_t *data, unsigned int length);
+void mgcp_forward(struct bsc_data *bsc, const uint8_t *data, unsigned int length);
#endif