summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-03-21 18:04:04 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-03-21 18:04:04 +0000
commit11676370a14d77b9fc04af03143fe56ab58753cd (patch)
tree601baf3e0252622419117db215e3a1e4577ee177 /network/connection.h
parent2bdadb9a01d23b0118161dfc598cc688ef5719e5 (diff)
Remove duplicate code and some minor fixes.
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/connection.h b/network/connection.h
index b2dc2ab3..0726ec6c 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -20,4 +20,5 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
-int connection_register(DBusConnection *conn, const char *path);
+int connection_register(DBusConnection *conn, const char *path,
+ const char *addr, const char *uuid);