summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-11-12 21:52:14 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-11-12 21:52:14 +0000
commit36848494f57ff8cdc95876c95c36052eca40ccdb (patch)
treed3d50472fa7098e2a27127899e7a9ed20af22fc0 /Vector.h
parentc90a4451032d54c3f29cd6b567ba62126fe65208 (diff)
Add debugging sanity checks.
Diffstat (limited to 'Vector.h')
-rw-r--r--Vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Vector.h b/Vector.h
index b332ae80..3ecfd270 100644
--- a/Vector.h
+++ b/Vector.h
@@ -41,6 +41,8 @@ void Vector_delete(Vector* this);
#ifdef DEBUG
+int Vector_count(Vector* this);
+
#endif
void Vector_prune(Vector* this);

© 2014-2024 Faster IT GmbH | imprint | privacy policy