summaryrefslogtreecommitdiffstats
path: root/src/memblock.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-18 17:12:50 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-18 17:12:50 +0000
commit382e7aefd471a4600010a04e6497d4bfd2fd8663 (patch)
treeadd805dc36fdc446c11a46a0e598e8053ebd8c77 /src/memblock.h
parent993d1bce74f4cc5be2bfa69a467aae106e2194ab (diff)
some more work
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@23 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/memblock.h')
-rw-r--r--src/memblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memblock.h b/src/memblock.h
index 52f1fe50..cba11101 100644
--- a/src/memblock.h
+++ b/src/memblock.h
@@ -29,6 +29,6 @@ void memblock_unref_fixed(struct memblock*b);
#define memblock_assert_exclusive(b) assert((b)->ref == 1)
-extern unsigned n_blocks;
+extern unsigned memblock_count, memblock_total;
#endif