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:
Rene Gollent 2008-12-10 01:06:50 +00:00
parent 582f68d73f
commit eaed962ce9

View File

@ -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