summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-11-05 03:22:15 +0100
committerLennart Poettering <lennart@poettering.net>2009-11-05 03:22:15 +0100
commit642c69bed85ce7c0be57bd08af0cf7243228f08b (patch)
treedb56d77e019816da0f1718eaf759d0c349343989 /src/pulsecore/core-util.h
parent19516d4e7f4b6db205681931ad1c4bc1b6bef363 (diff)
core-util: add call to detect if we are called from within a VM
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index 9c9cf78a..31a83bcc 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -267,4 +267,7 @@ FILE* pa_fopen_cloexec(const char *path, const char *mode);
void pa_nullify_stdfds(void);
+char *pa_read_line_from_file(const char *fn);
+pa_bool_t pa_running_in_vm(void);
+
#endif