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:
parent
99966f7887
commit
136805bc6a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user