aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 19:08:55 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-23 19:08:55 +0800
commitdbd16fe59a1aefac4df77c7e31ffba87d74d9659 (patch)
tree2eb07bccb96b86fb70e891ed1aac0daf963b2429 /openbsc/include/openbsc/bsc_nat.h
parente0478de1445273517aaa014ba32fd54ad9a0fb3b (diff)
nat: u_int8_t -> uint8_t
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 15019b40c..b628ed058 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -246,7 +246,7 @@ struct bsc_nat {
/* MGCP config */
struct mgcp_config *mgcp_cfg;
struct write_queue mgcp_queue;
- u_int8_t mgcp_msg[4096];
+ uint8_t mgcp_msg[4096];
int mgcp_length;
/* msc things */
@@ -311,7 +311,7 @@ struct sccp_connections *patch_sccp_src_ref_to_msc(struct msgb *, struct bsc_nat
/**
* MGCP/Audio handling
*/
-int bsc_write_mgcp(struct bsc_connection *bsc, const u_int8_t *data, unsigned int length);
+int bsc_write_mgcp(struct bsc_connection *bsc, const uint8_t *data, unsigned int length);
int bsc_mgcp_assign(struct sccp_connections *, struct msgb *msg);
void bsc_mgcp_init(struct sccp_connections *);
void bsc_mgcp_dlcx(struct sccp_connections *);