From 6a18e607ffc4e83f2bd953c9de5c14f18e077df8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 27 Mar 2024 08:35:15 +0100 Subject: Kernel: Update System API, add prefix to functions. Signed-off-by: Amlal El Mahrouss --- Private/FSKit/NewFS.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Private/FSKit') diff --git a/Private/FSKit/NewFS.hxx b/Private/FSKit/NewFS.hxx index 9645d29c..ffd198d2 100644 --- a/Private/FSKit/NewFS.hxx +++ b/Private/FSKit/NewFS.hxx @@ -167,7 +167,9 @@ class NewFSParser { HCORE_COPY_DEFAULT(NewFSParser); public: - virtual _Output NewFork* GetForkFrom(NewCatalog& catalog, const Char* name) = 0; + virtual void CreateFork(_Input NewCatalog& catalog, _Input NewFork& theFork) = 0; + + virtual _Output NewFork* FindFork(_Input NewCatalog& catalog, _Input const Char* name) = 0; virtual _Output NewCatalog* FindCatalog(const char* catalogName) = 0; -- cgit v1.2.3