Mark inline header function as static

Change-Id: Ib751f7467d54cbcae76f72448a38e30f2ecc63d4
This commit is contained in:
Max 2016-09-28 15:38:55 +02:00 committed by Harald Welte
parent 56155c16b9
commit 2bb65be159
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ enum osmo_amr_quality {
* \param[in] ft AMR Frame Type
* \returns true if AMR with given Frame Type contains voice, false otherwise
*/
inline bool osmo_amr_is_speech(enum osmo_amr_type ft)
static inline bool osmo_amr_is_speech(enum osmo_amr_type ft)
{
switch (ft) {
case AMR_4_75: