summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-15 22:32:33 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-15 22:32:33 +0000
commit3b320a0355706a98f824f4d0abf2d14f820bbd81 (patch)
treea39f0747d87df78dc4d24b96292b6c22c0084ab1 /hcid/dbus-service.h
parentbe9288b048e92fd34978dd13ba13ab37d0f22fae (diff)
Rename files for adapter interface
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index ee38611c..b6f3e630 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -21,9 +21,6 @@
*
*/
-#ifndef __BLUEZ_DBUS_SERVICE_H
-#define __BLUEZ_DBUS_SERVICE_H
-
#define START_REPLY_TIMEOUT 5000
struct service {
@@ -63,5 +60,3 @@ int service_register(DBusConnection *conn, const char *bus_name, const char *ide
const char *name, const char *description);
int service_unregister(DBusConnection *conn, struct service *service);
-
-#endif /* __BLUEZ_DBUS_SERVICE_H */