summaryrefslogtreecommitdiffstats
path: root/src/call-forwarding.c
diff options
context:
space:
mode:
authorOleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>2012-03-13 15:46:23 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-03-19 13:33:41 -0500
commit65898b34b87144229b7eba4c6c5eac4794995f78 (patch)
treec3cb4655bd4542cf31629efd46a78121f4d541da /src/call-forwarding.c
parent021b2145d4eb3454d9032cbaf6febb68733edfc2 (diff)
downloadofono-65898b34b87144229b7eba4c6c5eac4794995f78.tar.bz2
call-forwarding: Inline get_query_next_cf_cond()
Diffstat (limited to 'src/call-forwarding.c')
-rw-r--r--src/call-forwarding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/call-forwarding.c b/src/call-forwarding.c
index 08573625..8b6659a6 100644
--- a/src/call-forwarding.c
+++ b/src/call-forwarding.c
@@ -595,7 +595,7 @@ static void get_query_cf_callback(const struct ofono_error *error, int total,
get_query_next_cf_cond(cf);
}
-static void get_query_next_cf_cond(struct ofono_call_forwarding *cf)
+static inline void get_query_next_cf_cond(struct ofono_call_forwarding *cf)
{
cf->driver->query(cf, cf->query_next, BEARER_CLASS_DEFAULT,
get_query_cf_callback, cf);