From eec53a0483a101e131d4fa38becaf1c8fb069d5e Mon Sep 17 00:00:00 2001 From: batt Date: Sun, 27 Dec 2009 09:04:06 +0000 Subject: [PATCH] Add missing prototypes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3129 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/struct/heap.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bertos/struct/heap.h b/bertos/struct/heap.h index 7bddcba2..b58bbed1 100644 --- a/bertos/struct/heap.h +++ b/bertos/struct/heap.h @@ -104,4 +104,8 @@ void heap_free(struct Heap* heap, void * mem); #endif +int heap_testSetup(void); +int heap_testRun(void); +int heap_testTearDown(void); + #endif /* STRUCT_HEAP_H */ -- 2.25.1