From fda18fb2d24cedaaf823cdafecbe8ba69495947c Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 26 Aug 2008 16:41:58 -0300 Subject: Cleanup: declaring some functions as static and removed some useless declarations --- src/dbus-common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/dbus-common.h') 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); -- cgit