Now you can really include it from the kernel.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2474 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-01-17 18:28:09 +00:00
parent b6a77342a5
commit 39de200904

View File

@ -7,12 +7,6 @@
#include <StorageDefs.h>
#include <Node.h>
#include <Messenger.h>
class BLooper;
class BHandler;
/* Flags for the watch_node() call.
@ -56,6 +50,14 @@ enum {
#ifdef __cplusplus
// these are only needed for the function exports
#include <Node.h>
#include <Messenger.h>
class BLooper;
class BHandler;
extern status_t watch_node(const node_ref *node, uint32 flags, BMessenger target);
extern status_t watch_node(const node_ref *node, uint32 flags,
const BHandler *handler,