aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/gsm_utils.h')
-rw-r--r--include/osmocore/gsm_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocore/gsm_utils.h b/include/osmocore/gsm_utils.h
index 25360459a..c87e967bd 100644
--- a/include/osmocore/gsm_utils.h
+++ b/include/osmocore/gsm_utils.h
@@ -46,7 +46,7 @@ enum gsm_band {
GSM_BAND_810 = 0x80,
};
-char *gsm_band_name(enum gsm_band band);
+const char *gsm_band_name(enum gsm_band band);
enum gsm_band gsm_band_parse(const char *mhz);
int gsm_7bit_decode(char *decoded, const uint8_t *user_data, uint8_t length);