aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/codec
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-09-28 15:38:55 +0200
committerHarald Welte <laforge@gnumonks.org>2016-09-30 12:31:50 +0000
commit2bb65be159dfdabf664fec569b343320301701b0 (patch)
tree208b698a6279ffd9341ab14d411b55f62a84c666 /include/osmocom/codec
parent56155c16b91428c4838df1d6010cdb7acdb540ce (diff)
Mark inline header function as static
Diffstat (limited to 'include/osmocom/codec')
-rw-r--r--include/osmocom/codec/codec.h2
1 files changed, 1 insertions, 1 deletions
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: