summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.h
diff options
context:
space:
mode:
authorFrank Osterfeld <frank@kdab.net>2009-10-21 19:52:49 +0300
committerRalf Habacker <ralf.habacker@freenet.de>2009-12-01 08:43:36 +0100
commit5e2a99c12c7e3531d908ed4fca82caca9cb02825 (patch)
treeaf8c022c673d212a94f85f0466e2a1c975891f79 /dbus/dbus-sysdeps-win.h
parent366ffe4478a0c92d747f18fb939ce9c700e00aca (diff)
downloaddbus-5e2a99c12c7e3531d908ed4fca82caca9cb02825.tar.gz
The current state of the nonce-tcp implementation
Merged and cleaned up patch from my [Frank Osterfeld's] local work branch. Cherry-picked from commit e2801eca57b2d9e09afd662ed5ef6fc83be73afc and edited by tml@iki.fi to make it apply, and fixing whitespace issues.
Diffstat (limited to 'dbus/dbus-sysdeps-win.h')
-rw-r--r--dbus/dbus-sysdeps-win.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbus/dbus-sysdeps-win.h b/dbus/dbus-sysdeps-win.h
index e6ebfc6c..ed118b08 100644
--- a/dbus/dbus-sysdeps-win.h
+++ b/dbus/dbus-sysdeps-win.h
@@ -91,10 +91,12 @@ dbus_bool_t _dbus_file_exists (const char *filename);
dbus_bool_t _dbus_get_config_file_name(DBusString *config_file,
char *s);
-
+int _dbus_connect_tcp_socket_with_nonce (const char *host,
+ const char *port,
+ const char *family,
+ const char *noncefile,
+ DBusError *error);
#endif
/** @} end of sysdeps-win.h */
-
-