R5 notify_select_event() didn't have a return value.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9184 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-04 15:44:00 +00:00
parent 1c1b484da3
commit 8c1ba914c9

View File

@ -32,7 +32,7 @@ extern "C" {
#endif
#ifdef COMPILE_FOR_R5
extern status_t notify_select_event(struct selectsync *sync, uint32 ref);
extern void notify_select_event(struct selectsync *sync, uint32 ref);
#else
extern status_t notify_select_event(struct selectsync *sync, uint32 ref, uint8 event);
#endif