remove global exported variables:

pa_memblock statistics
  pa_default_sample_spec


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@70 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-07-15 20:12:21 +00:00
parent 1a6fea24f5
commit c36dadd2bd
11 changed files with 30 additions and 27 deletions

View file

@ -22,6 +22,7 @@ struct pa_memblock* pa_memblock_ref(struct pa_memblock*b);
void pa_memblock_unref_fixed(struct pa_memblock*b);
extern unsigned pa_memblock_count, pa_memblock_total;
unsigned pa_memblock_get_count(void);
unsigned pa_memblock_get_total(void);
#endif