summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-29 15:31:24 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-29 15:31:24 +0000
commitca98c544ab7a26bfc840d1470f467a7dea06238c (patch)
tree0dc1ab956962335bc2677563e496a459e6d8d004 /src/pulsecore/core-util.h
parent1c0690776d45c50b90df037669b4dbfe0467ca8a (diff)
add new pa_readlink() API
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1974 fefdeb5f-60dc-0310-8127-8f9354f1896f
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 0fe865ec..d26cf241 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -122,4 +122,6 @@ static inline unsigned pa_make_power_of_two(unsigned n) {
void pa_close_pipe(int fds[2]);
+char *pa_readlink(const char *p);
+
#endif