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:
parent
1c1b484da3
commit
8c1ba914c9
@ -32,7 +32,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef COMPILE_FOR_R5
|
#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
|
#else
|
||||||
extern status_t notify_select_event(struct selectsync *sync, uint32 ref, uint8 event);
|
extern status_t notify_select_event(struct selectsync *sync, uint32 ref, uint8 event);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user