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-11 05:26:16 +0100
commit1460374c068b72a496d2bbc3cd62e0fa0447d358 (patch)
tree78283607b9e7d15550e5701434515bf8fd56d84f /src/pulsecore/core-util.h
parentb47a9e7ea47af29e53bff2bb66880c089435e0db (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 84752d4d..eba1b404 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -251,4 +251,7 @@ pa_bool_t pa_run_from_build_tree(void);
const char *pa_get_temp_dir(void);
+char *pa_read_line_from_file(const char *fn);
+pa_bool_t pa_running_in_vm(void);
+
#endif