core-util: unify how we determine the temporary directory

This commit is contained in:
Lennart Poettering 2009-09-17 21:06:54 +02:00
parent 2d9168ceb3
commit 7b76ea3784
3 changed files with 26 additions and 20 deletions

View file

@ -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