From: batt Date: Sun, 27 Dec 2009 09:04:06 +0000 (+0000) Subject: Add missing prototypes. X-Git-Tag: 2.4.0~68 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=eec53a0483a101e131d4fa38becaf1c8fb069d5e Add missing prototypes. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3129 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */