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);