From 3a09a88fd1f3dfe365dc1f3e455c097010d00964 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Mar 2009 18:13:40 +0100 Subject: prepare move to rtpoll --- src/pulsecore/core-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/core-util.h') 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 -- cgit