diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-21 18:04:04 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-21 18:04:04 +0000 |
commit | 11676370a14d77b9fc04af03143fe56ab58753cd (patch) | |
tree | 601baf3e0252622419117db215e3a1e4577ee177 /network/connection.h | |
parent | 2bdadb9a01d23b0118161dfc598cc688ef5719e5 (diff) |
Remove duplicate code and some minor fixes.
Diffstat (limited to 'network/connection.h')
-rw-r--r-- | network/connection.h | 3 |
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); |