The following commit has been merged in the master branch: commit 2629c65e960f223c44e929284db15f979bf1b16f Author: Marek Lindner lindner_marek@yahoo.de Date: Mon Jan 15 13:59:54 2007 +0100
merge batman && batman-experimental (batman-specfic.h again forgotten)
diff --git a/allocate.h b/batman-specific.h similarity index 78% copy from allocate.h copy to batman-specific.h index 4c15bfc..47ebb22 100644 --- a/allocate.h +++ b/batman-specific.h @@ -18,9 +18,4 @@ */
- -void checkIntegrity(void); -void checkLeak(void); -void *debugMalloc(unsigned int length, int tag); -void *debugRealloc(void *memory, unsigned int length, int tag); -void debugFree(void *memoryParameter, int tag); +#include "batman.h"