From eaed962ce9ce5b9a7a352623ea32fe01e77ce66f Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Wed, 10 Dec 2008 01:06:50 +0000 Subject: [PATCH] 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 --- headers/private/net/net_notifications.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/net/net_notifications.h b/headers/private/net/net_notifications.h index 4c4acfe569..291c2f1d4d 100644 --- a/headers/private/net/net_notifications.h +++ b/headers/private/net/net_notifications.h @@ -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