add pa_sound_file_too_big_to_cache()

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@355 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2005-09-16 00:04:29 +00:00
parent 668f3cdcbc
commit 48b2a87ed8
2 changed files with 38 additions and 1 deletions

View file

@ -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