diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-08-26 16:41:58 -0300 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-08-26 16:41:58 -0300 |
commit | fda18fb2d24cedaaf823cdafecbe8ba69495947c (patch) | |
tree | bab6dcc984a32651eb68353ab1eea6955872ff2b /src/dbus-common.h | |
parent | bae34785e2fb371509eb0a2c7529f0fe2454dde8 (diff) |
Cleanup: declaring some functions as static and removed some useless declarations
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); |