summaryrefslogtreecommitdiffstats
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-07-29 13:11:33 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-07-30 17:19:55 -0500
commitdc5a2609b3f884f4a75d3c98e5cd2726056db3a2 (patch)
tree57e68d0cf1d2958a5695b69736cde59f4fc9dcc6 /src/stkagent.h
parent9e00eebe733bc374b5a74de4f5c1414a91005665 (diff)
downloadofono-dc5a2609b3f884f4a75d3c98e5cd2726056db3a2.tar.bz2
stkagent: Rename stk_agent_remove
to stk_agent_free
Diffstat (limited to 'src/stkagent.h')
-rw-r--r--src/stkagent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stkagent.h b/src/stkagent.h
index 26328ea1..6414ba5e 100644
--- a/src/stkagent.h
+++ b/src/stkagent.h
@@ -54,7 +54,7 @@ typedef void (*stk_agent_selection_cb)(enum stk_agent_result result,
struct stk_agent *stk_agent_new(const char *path, const char *sender,
ofono_bool_t is_default);
-void stk_agent_remove(struct stk_agent *agent);
+void stk_agent_free(struct stk_agent *agent);
ofono_bool_t stk_agent_busy(struct stk_agent *agent);
ofono_bool_t stk_agent_matches(struct stk_agent *agent,