fix build when tests are disabled
authorDavid Zeuthen <davidz@redhat.com>
Tue, 8 Apr 2008 19:48:38 +0000 (15:48 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 8 Apr 2008 19:48:38 +0000 (15:48 -0400)
src/kit/kit-memory.c

index f4f84b4..bf79fea 100644 (file)
@@ -327,6 +327,11 @@ _kit_memory_fail_nth_alloc (int number)
 {
 }
 
+void
+_kit_memory_print_outstanding_allocations (void)
+{
+}
+
 #endif /* KIT_BUILD_TESTS */
 
 /* There's probably a better place for this function ... */