From 163d0ea85b99a2c581b1f861bf9445a9a14bfc6f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 9 Apr 2010 07:57:40 +0200 Subject: remove references to u_int*_t and use uint*_t instead --- include/osmocore/gsm48.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmocore/gsm48.h b/include/osmocore/gsm48.h index b752ee00..e3a1defa 100644 --- a/include/osmocore/gsm48.h +++ b/include/osmocore/gsm48.h @@ -16,6 +16,6 @@ int gsm48_generate_mid_from_imsi(uint8_t *buf, const char *imsi); /* Convert Mobile Identity (10.5.1.4) to string */ int gsm48_mi_to_string(char *string, const int str_len, - const u_int8_t *mi, const int mi_len); + const uint8_t *mi, const int mi_len); #endif -- cgit v1.2.3