summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-20 23:09:39 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-20 23:09:39 +0000
commitac4b077088a5580a53bf272168cbc798afcc7218 (patch)
tree98e34f6f01ba9666d5aafcb7546c7d43a17127af /hcid/dbus-service.h
parentb9a114ace318dbb6cb4eadf5a06b386ba5efb48f (diff)
Release services when system bus goes away
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index ec626d84..9597961e 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -47,19 +47,8 @@ struct service {
gboolean autostart;
GSList *trusted_devices;
- GSList *records; /* list of binary records */
};
-struct binary_record {
- uint32_t ext_handle;
- uint32_t handle;
- sdp_buf_t *buf;
-};
-
-struct binary_record *binary_record_new();
-void binary_record_free(struct binary_record *rec);
-int binary_record_cmp(struct binary_record *rec, uint32_t *handle);
-
void release_services(DBusConnection *conn);
void append_available_services(DBusMessageIter *iter);