From 55abd54fe949168a657d622762c604dccaa5cf83 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 9 Jun 2008 22:14:10 +0000 Subject: Removed find_conn function --- hcid/dbus-common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'hcid/dbus-common.h') diff --git a/hcid/dbus-common.h b/hcid/dbus-common.h index 3ae9d7eb..afdf7569 100644 --- a/hcid/dbus-common.h +++ b/hcid/dbus-common.h @@ -31,8 +31,6 @@ int str2uuid(uuid_t *uuid, const char *string); int l2raw_connect(const char *local, const bdaddr_t *remote); -int find_conn(int s, int dev_id, long arg); - #define check_address(address) bachk(address) void hcid_dbus_exit(void); -- cgit