summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-19 20:51:01 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-19 20:51:01 +0000
commita0eba6fc8eee03326749d7183d42c5e27622095b (patch)
tree8bdb435b8b8889b375d228a145e931870141ae46 /hcid/dbus-service.h
parent025f8d43067d801b98605050f5bfff7e74065d2e (diff)
Cleanup (get rid of service_call)
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index f4e3d313..bb308c46 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -50,12 +50,6 @@ struct service {
GSList *records; /* list of binary records */
};
-struct service_call {
- DBusConnection *conn;
- DBusMessage *msg;
- struct service *service;
-};
-
struct binary_record {
uint32_t ext_handle;
uint32_t handle;
@@ -74,10 +68,6 @@ struct service *search_service(DBusConnection *conn, const char *pattern);
int register_service_records(GSList *lrecords);
-struct service_call *service_call_new(DBusConnection *conn, DBusMessage *msg,
- struct service *service);
-void service_call_free(void *data);
-
int service_start(struct service *service, DBusConnection *conn);
int init_services(const char *path);