diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-09-01 18:56:36 -0300 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-09-01 18:56:36 -0300 |
commit | 3f498e694e39756890db475f1f1edb528b378ee2 (patch) | |
tree | 11f123c41ed42ae4f5844d918c4ec884c3776a7b /network/common.h | |
parent | 6a9485b234694c1d0490e00067b4f9fcc1ab1451 (diff) |
Network: Removed unused function
Diffstat (limited to 'network/common.h')
-rw-r--r-- | network/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/network/common.h b/network/common.h index f00b4451..78d0d769 100644 --- a/network/common.h +++ b/network/common.h @@ -39,5 +39,3 @@ int bnep_kill_all_connections(void); int bnep_connadd(int sk, uint16_t role, char *dev); int bnep_if_up(const char *devname, uint16_t id); int bnep_if_down(const char *devname); - -int read_remote_name(bdaddr_t *src, bdaddr_t *dst, char *buf, size_t size); |