diff options
Diffstat (limited to 'include/osmocom/gsm/apn.h')
-rw-r--r-- | include/osmocom/gsm/apn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/apn.h b/include/osmocom/gsm/apn.h index 8d353248..288b229e 100644 --- a/include/osmocom/gsm/apn.h +++ b/include/osmocom/gsm/apn.h @@ -18,4 +18,4 @@ char *osmo_apn_qualify_from_imsi(const char *imsi, const char *ni, int have_3dig_mnc); int osmo_apn_from_str(uint8_t *apn_enc, size_t max_apn_enc_len, const char *str); -char * osmo_apn_to_str(char *out_str, const uint8_t *apn_enc, size_t apn_enc_len); +char *osmo_apn_to_str(char *out_str, const uint8_t *apn_enc, size_t apn_enc_len); |