From 36848494f57ff8cdc95876c95c36052eca40ccdb Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 12 Nov 2006 21:52:14 +0000 Subject: Add debugging sanity checks. --- Vector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Vector.h') 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); -- cgit v1.2.3