From 4706fa6e70ea2e19c7892ade0323a35d4f0b5a47 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 13 Apr 2007 18:51:51 +0000 Subject: network: changed connection_register prototype --- network/connection.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'network/connection.h') diff --git a/network/connection.h b/network/connection.h index 27bf2f69..1f810060 100644 --- a/network/connection.h +++ b/network/connection.h @@ -21,8 +21,7 @@ * */ -int connection_register(DBusConnection *conn, const char *path, - const char *addr, uint16_t id, - const sdp_record_t *rec); +int connection_register(DBusConnection *conn, const char *path, bdaddr_t *src, + bdaddr_t *dst, uint16_t id, const char *name, const char *desc); int connection_find_data(DBusConnection *conn, const char *path, const char *pattern); -- cgit