diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-19 13:57:52 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-19 13:57:52 +0000 |
commit | 0ac929228aa1eb823f37776e2bbb84855417c66e (patch) | |
tree | 841f767e50e07f1e7700dd08e9ffe80381c80445 /network/server.h | |
parent | 851ad267e554850ae2cbfd486922cbcfb897f8b5 (diff) |
Fix build, move errors to error file and add server registration.
Diffstat (limited to 'network/server.h')
-rw-r--r-- | network/server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/server.h b/network/server.h index e87dd676..33f997a9 100644 --- a/network/server.h +++ b/network/server.h @@ -20,3 +20,4 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ +int server_register(DBusConnection *conn, const char *path); |