summaryrefslogtreecommitdiffstats
path: root/network/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/common.h')
-rw-r--r--network/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/common.h b/network/common.h
index bfbe83d2..1d8b57de 100644
--- a/network/common.h
+++ b/network/common.h
@@ -33,3 +33,5 @@ int bnep_kill_all_connections(void);
int bnep_connadd(int sk, uint16_t role, char *dev);
int bnep_if_up(const char *devname, int up);
+
+int read_remote_name(bdaddr_t *src, bdaddr_t *dst, char *buf, size_t size);