summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-win.h
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-12-29 12:31:42 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-12-29 14:43:24 +0100
commit02d973686a7dff06bb5868906a392c4c55e5ac84 (patch)
tree674d393da25e43e5b96992d85a65ae99b1116472 /dbus/dbus-sysdeps-win.h
parent79026cee36e549a94e1157083ab84e061b72d3f0 (diff)
downloaddbus-02d973686a7dff06bb5868906a392c4c55e5ac84.tar.gz
Use absolute session service dir path in bus-test on windows.
Diffstat (limited to 'dbus/dbus-sysdeps-win.h')
-rw-r--r--dbus/dbus-sysdeps-win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps-win.h b/dbus/dbus-sysdeps-win.h
index a8ff9433..74624b75 100644
--- a/dbus/dbus-sysdeps-win.h
+++ b/dbus/dbus-sysdeps-win.h
@@ -83,6 +83,8 @@ dbus_bool_t _dbus_file_exists (const char *filename);
dbus_bool_t _dbus_get_config_file_name(DBusString *config_file,
char *s);
+dbus_bool_t _dbus_get_install_root(char *prefix, int len);
+
#endif
/** @} end of sysdeps-win.h */