diff options
Diffstat (limited to 'src/provider.c')
-rw-r--r-- | src/provider.c | 2 |
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; |