The C++ "C" export now contains the send_notification() and notify_listener()

prototypes.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3672 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-06-27 02:24:02 +00:00
parent 99966f7887
commit 136805bc6a
1 changed files with 4 additions and 3 deletions

View File

@ -135,9 +135,6 @@ typedef struct fs_ops {
status_t (*rewind_query)(fs_volume fs, fs_cookie cookie);
} fs_ops;
#ifdef __cplusplus
}
#endif
/* variables exported by the file system add-on */
extern fs_ops fs_entry;
@ -150,4 +147,8 @@ extern status_t send_notification(port_id port, long token, ulong what, long op,
mount_id device, mount_id toDevice, vnode_id parentNode,
vnode_id toParentNode, vnode_id node, const char *name);
#ifdef __cplusplus
}
#endif
#endif /* _FS_INTERFACE_H */