summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-02-27 23:09:52 +0100
committerMaarten Bosmans <mkbosmans@gmail.com>2011-03-19 13:38:37 +0100
commiteb833da5700048953837bc75d42575ac771b2e67 (patch)
tree36cbe39838110a2bb3b4983892cb49dc7167555a /src/pulsecore/core-util.h
parent8852b80df865098a7c2895904fac99b6b1e23fbd (diff)
Find modules and config files relative to the installed libraries.
Do not use replace %PULSE_ROOT% from the environment.
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index 8619330d..80b47395 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -271,4 +271,8 @@ void pa_nullify_stdfds(void);
char *pa_read_line_from_file(const char *fn);
pa_bool_t pa_running_in_vm(void);
+#ifdef OS_IS_WIN32
+char *pa_win32_get_toplevel(HANDLE handle);
+#endif
+
#endif