summaryrefslogtreecommitdiffstats
path: root/polyp/sound-file.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-16 00:04:29 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-16 00:04:29 +0000
commit48b2a87ed8ef8a40602f4c139432513a49eecf35 (patch)
treecb47fbab9a640a32a50540a349e3ebee9f5a5bd0 /polyp/sound-file.h
parent668f3cdcbc02ebb5074a31016f1766bfe4992240 (diff)
add pa_sound_file_too_big_to_cache()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@355 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/sound-file.h')
-rw-r--r--polyp/sound-file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/sound-file.h b/polyp/sound-file.h
index e5359853..855e6883 100644
--- a/polyp/sound-file.h
+++ b/polyp/sound-file.h
@@ -27,4 +27,6 @@
int pa_sound_file_load(const char *fname, struct pa_sample_spec *ss, struct pa_memchunk *chunk, struct pa_memblock_stat *s);
+int pa_sound_file_too_big_to_cache(const char *fname);
+
#endif