summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-19 18:13:40 +0100
committerLennart Poettering <lennart@poettering.net>2009-03-19 18:13:40 +0100
commit3a09a88fd1f3dfe365dc1f3e455c097010d00964 (patch)
tree16dffe707c91b7bc3c5212f2a135b6d3e63d6d56 /src/pulsecore/core-util.h
parentdd4000671808df746a3fd29090aad8cf939cf512 (diff)
prepare move to rtpoll
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 0ba33f31..9ab84b4c 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -223,4 +223,6 @@ char *pa_unescape(char *p);
char *pa_realpath(const char *path);
+pa_bool_t pa_linux_newer_than(unsigned major, unsigned minor, unsigned micro);
+
#endif