summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-05-13 22:12:38 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-05-13 22:12:38 -0700
commitb164eaf55a394a57329a6133659a2d7adcc2611d (patch)
tree68c4433459a648629fd782afc91764fa438b3a62 /src/profile.c
parentbe4f8242a9946a059d85cfa855edcb5d45d1811b (diff)
downloadconnman-b164eaf55a394a57329a6133659a2d7adcc2611d.tar.gz
connman-b164eaf55a394a57329a6133659a2d7adcc2611d.tar.bz2
connman-b164eaf55a394a57329a6133659a2d7adcc2611d.zip
Make some service function private for now
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profile.c b/src/profile.c
index 729c7de2..8984872f 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -113,7 +113,7 @@ int __connman_profile_remove_device(struct connman_device *device)
if (service == NULL)
return -EINVAL;
- connman_service_put(service);
+ __connman_service_put(service);
return 0;
}
@@ -141,7 +141,7 @@ int __connman_profile_remove_network(struct connman_network *network)
if (service == NULL)
return -EINVAL;
- connman_service_put(service);
+ __connman_service_put(service);
return 0;
}