summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/SystemKit/FileAPI.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-05 10:53:58 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-05 10:53:58 +0100
commitf8c9b81ff120160af60af6e9d44cba338aceb65a (patch)
treecb4683589aab4d50470628f189dc366814fd80ad /Public/Kits/SystemKit/FileAPI.hxx
parente03903b98aa0b4d2dc3ed4637863124f28c4e1fe (diff)
Kernel: Improved kernel design and Bootloader runs on real hardware!
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Public/Kits/SystemKit/FileAPI.hxx')
-rw-r--r--Public/Kits/SystemKit/FileAPI.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Public/Kits/SystemKit/FileAPI.hxx b/Public/Kits/SystemKit/FileAPI.hxx
index 350e27f4..7dc3dc74 100644
--- a/Public/Kits/SystemKit/FileAPI.hxx
+++ b/Public/Kits/SystemKit/FileAPI.hxx
@@ -32,7 +32,8 @@ class HFile final {
void Rewind();
public:
- void SetMIME(const char *mime);
+ const char *MIME();
+ void MIME(const char *mime);
};
typedef HFile *HFilePtr;