From 1cebd061c36eae91b675650bf3885fe743b994e2 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 20 Mar 2005 22:07:29 +0000 Subject: [PATCH] Added delete_select_sync_pool() to clean up. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11928 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/fs/select_sync_pool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/kernel/fs/select_sync_pool.h b/headers/private/kernel/fs/select_sync_pool.h index 297817007c..c99479d6c1 100644 --- a/headers/private/kernel/fs/select_sync_pool.h +++ b/headers/private/kernel/fs/select_sync_pool.h @@ -20,6 +20,7 @@ status_t add_select_sync_pool_entry(select_sync_pool **pool, selectsync *sync, uint32 ref, uint8 event); status_t remove_select_sync_pool_entry(select_sync_pool **pool, selectsync *sync, uint8 event); +void delete_select_sync_pool(select_sync_pool *pool); void notify_select_event_pool(select_sync_pool *pool, uint8 event);