Renamed heap_init_postsem() to ..._post_sem(). Added prototype for heap_init_post_thread().

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9456 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-23 13:50:27 +00:00
parent 95e3a7215d
commit 2797f8cf8a
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ extern "C" {
void *memalign(size_t alignment, size_t size);
status_t heap_init(addr_t heapBase);
status_t heap_init_postsem(struct kernel_args *args);
status_t heap_init_post_sem(struct kernel_args *args);
status_t heap_init_post_thread(struct kernel_args *args);
#ifdef __cplusplus
}