summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-09-17 21:06:54 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-17 21:06:54 +0200
commit7b76ea378460bf3e037dff90742f88f74ee70b11 (patch)
treee697a297de5f3f4ad379fa8483b83946da142ee2 /src/pulsecore/core-util.h
parent2d9168ceb388cbb6dba49cc3a531921f78ec3295 (diff)
core-util: unify how we determine the temporary directory
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index ccc9a38e..84752d4d 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -249,4 +249,6 @@ void pa_reset_personality(void);
pa_bool_t pa_run_from_build_tree(void);
#endif
+const char *pa_get_temp_dir(void);
+
#endif