From 5796aa164d79b2ffaf2839b281d490be6a72d1d8 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 24 Nov 2005 11:30:19 +0000 Subject: - typedefs changed --- Source/charon/utils/allocator.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Source/charon/utils/allocator.h') diff --git a/Source/charon/utils/allocator.h b/Source/charon/utils/allocator.h index e3d81b349..e262372a4 100644 --- a/Source/charon/utils/allocator.h +++ b/Source/charon/utils/allocator.h @@ -53,13 +53,13 @@ #ifdef LEAK_DETECTIVE + typedef struct allocator_t allocator_t; + /** - * @brief Allocater object use to detect memory leaks. - * + *@brief Allocater object use to detect memory leaks. + * */ - typedef struct allocator_s allocator_t; - - struct allocator_s { + struct allocator_t { /** * Allocates memory with LEAK_DETECTION and -- cgit v1.2.3