summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 18:15:33 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 18:15:33 +0000
commit28d97441e7c88441c4fbc77458932af7fd61a59c (patch)
tree3ccf6114d2b4871153a7082fc200a9abf8e28c6a /polyp/util.h
parentc90409e4b74d1a4a405bdf560f280694b3e0bb29 (diff)
* new tool pacmd
* fix pacat/paplay/pactl for new API version * fix memory leak in pa_ioline git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@304 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h
index ef7e4d96..922aa49e 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -88,4 +88,6 @@ int pa_startswith(const char *s, const char *pfx);
char *pa_runtime_path(const char *fn, char *s, size_t l);
+int pa_msleep(unsigned long t);
+
#endif