don't call a function argoment 'class' for the benefit of c++ users
authorHarald Welte <laforge@gnumonks.org>
Sat, 23 Jul 2011 08:49:51 +0000 (10:49 +0200)
committerHarald Welte <laforge@gnumonks.org>
Sat, 23 Jul 2011 08:50:36 +0000 (10:50 +0200)
This had broken lcr compilation...

include/osmocom/gsm/gsm_utils.h

index 405dfe3..707047a 100644 (file)
@@ -59,7 +59,7 @@ enum gsm_band gsm_band_parse(const char *mhz);
 int gsm_7bit_decode(char *decoded, const uint8_t *user_data, uint8_t length);
 int gsm_7bit_encode(uint8_t *result, const char *data);
 
-unsigned int ms_class_gmsk_dbm(enum gsm_band band, int class);
+unsigned int ms_class_gmsk_dbm(enum gsm_band band, int ms_class);
 
 int ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm);
 int ms_pwr_dbm(enum gsm_band band, uint8_t lvl);