diff options
Diffstat (limited to 'Source/Kernel/VFS/FSNode.proto.h')
-rw-r--r-- | Source/Kernel/VFS/FSNode.proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/VFS/FSNode.proto.h b/Source/Kernel/VFS/FSNode.proto.h index 8b6974a..6536e21 100644 --- a/Source/Kernel/VFS/FSNode.proto.h +++ b/Source/Kernel/VFS/FSNode.proto.h @@ -26,6 +26,7 @@ class FSNode : public Ressource { u32int typeSC(); u32int getParentSC(); u32int getPathSC(); + u32int setCwdSC(); bool accessible(); public: |