summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-24 15:15:05 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-24 15:15:05 +0000
commit138df419579f4a02b63f1055a436bc721b02ca2f (patch)
treedbec7ec251c7e2f48fe07d10712c6770f90cab53 /hcid/dbus-service.c
parente1ebd6405afaed4d83308fbfe06f5c487038df62 (diff)
Fully implement Database.UnregisterService
Diffstat (limited to 'hcid/dbus-service.c')
-rw-r--r--hcid/dbus-service.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c
index e9e6d09b..e277e604 100644
--- a/hcid/dbus-service.c
+++ b/hcid/dbus-service.c
@@ -963,3 +963,9 @@ int service_register(const char *bus_name, const char *ident,
return 0;
}
+
+int service_unregister(struct service *service)
+{
+ return unregister_service(service);
+}
+