From c743fe42196348fadec4542b98c31d31e26c5a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 4 Oct 2004 15:45:04 +0000 Subject: [PATCH] Removed the R5 notify_select_event() function - it's now defined in Select.h. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9185 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/add-ons/file_system/fsproto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/headers/os/add-ons/file_system/fsproto.h b/headers/os/add-ons/file_system/fsproto.h index a2cfe2c5cb..818ffcdd9d 100644 --- a/headers/os/add-ons/file_system/fsproto.h +++ b/headers/os/add-ons/file_system/fsproto.h @@ -239,7 +239,6 @@ extern _IMPEXP_KERNEL void free_path(char *p); extern _IMPEXP_KERNEL int notify_listener(int op, nspace_id nsid, vnode_id vnida, vnode_id vnidb, vnode_id vnidc, const char *name); -extern _IMPEXP_KERNEL void notify_select_event(selectsync *sync, uint32 ref); extern _IMPEXP_KERNEL int send_notification(port_id port, long token, ulong what, long op, nspace_id nsida, nspace_id nsidb, vnode_id vnida,