From 2bb65be159dfdabf664fec569b343320301701b0 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 28 Sep 2016 15:38:55 +0200 Subject: Mark inline header function as static Change-Id: Ib751f7467d54cbcae76f72448a38e30f2ecc63d4 --- include/osmocom/codec/codec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osmocom/codec/codec.h b/include/osmocom/codec/codec.h index 74eca461..fb127b54 100644 --- a/include/osmocom/codec/codec.h +++ b/include/osmocom/codec/codec.h @@ -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: -- cgit v1.2.3