correct declaration of osmo_sitype2rsl

This commit is contained in:
Alexander Huemer 2011-09-05 00:30:16 +02:00 committed by Sylvain Munaut
parent d61d517a2e
commit 4d7bcea870
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ typedef uint8_t sysinfo_buf_t[GSM_MACBLOCK_LEN];
extern const struct value_string osmo_sitype_strs[_MAX_SYSINFO_TYPE];
uint8_t gsm_sitype2rsl(enum osmo_sysinfo_type si_type);
uint8_t osmo_sitype2rsl(enum osmo_sysinfo_type si_type);
enum osmo_sysinfo_type osmo_rsl2sitype(uint8_t rsl_si);
#endif /* _OSMO_GSM_SYSINFO_H */