diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-27 11:45:28 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-27 11:45:28 +0200 |
commit | 85586b684b630334778a41c942fe8290ca07ca93 (patch) | |
tree | 9666f7afc6adbb58192e31f8c03b4f58f4c5db57 /src/dbus-common.h | |
parent | e94d033441ea79a820c018bc04f49b3ab08ac2f3 (diff) | |
parent | fda18fb2d24cedaaf823cdafecbe8ba69495947c (diff) |
Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r-- | src/dbus-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dbus-common.h b/src/dbus-common.h index 8e009f70..e9435d38 100644 --- a/src/dbus-common.h +++ b/src/dbus-common.h @@ -24,12 +24,8 @@ #define MAX_PATH_LENGTH 64 -int str2uuid(uuid_t *uuid, const char *string); - int l2raw_connect(const char *local, const bdaddr_t *remote); -#define check_address(address) bachk(address) - void hcid_dbus_exit(void); int hcid_dbus_init(void); void hcid_dbus_unregister(void); |