send_notification needs to return a status_t, otherwise the build breaks in the notifications module.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28795 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
582f68d73f
commit
eaed962ce9
@ -18,7 +18,7 @@ namespace BPrivate {
|
||||
struct net_notifications_module_info {
|
||||
module_info info;
|
||||
|
||||
void (*send_notification)(const BPrivate::KMessage* event);
|
||||
status_t (*send_notification)(const BPrivate::KMessage* event);
|
||||
};
|
||||
|
||||
// generic syscall interface
|
||||
|
Loading…
Reference in New Issue
Block a user