diff options
Diffstat (limited to 'Private/FSKit')
| -rw-r--r-- | Private/FSKit/NewFS.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
