diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-11-11 10:48:39 +0100 |
---|---|---|
committer | Daniel Mack <daniel@caiaq.de> | 2009-11-11 10:48:39 +0100 |
commit | ed7642ebac32bde8d9c47f3a1d8eabf75c3ea986 (patch) | |
tree | 9db77a271430da8abf7b6d11079bc660f7428094 /src/pulsecore/core-util.h | |
parent | 21ffcd55a5a425870f8f4c3b4933bc7cb352e339 (diff) | |
parent | 22946427624afde1d53973fa5a2e9e2041ffc5b7 (diff) |
Merge branch 'master' of git://0pointer.de/pulseaudio
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r-- | src/pulsecore/core-util.h | 3 |
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 |