summaryrefslogtreecommitdiff
path: root/src/provider.c
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-03-07 18:13:40 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-03-08 13:50:04 +0200
commita05e7e7f23667603f1d58b58c92623a6d701607d (patch)
treeea74312fb9df1dfe49e5bc79d5f3ce5d73b85ff4 /src/provider.c
parente584c54cf1fb28e8f67a2983722640cbe13b49d9 (diff)
downloadconnman-a05e7e7f23667603f1d58b58c92623a6d701607d.tar.gz
connman-a05e7e7f23667603f1d58b58c92623a6d701607d.tar.bz2
connman-a05e7e7f23667603f1d58b58c92623a6d701607d.zip
provider: Change the name of provider remove function
Following patch will introduce provider remove function that can be used from vpn plugin so rename the current removal function to reflect better its usage.
Diffstat (limited to 'src/provider.c')
-rw-r--r--src/provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/provider.c b/src/provider.c
index ca868803..b86e7d67 100644
--- a/src/provider.c
+++ b/src/provider.c
@@ -174,7 +174,7 @@ int __connman_provider_connect(struct connman_provider *provider)
return 0;
}
-int __connman_provider_remove(const char *path)
+int __connman_provider_remove_by_path(const char *path)
{
struct connman_provider *provider;
GHashTableIter iter;