Added mountpoint functions to sourcefs

This commit is contained in:
2025-05-01 16:16:09 +02:00
parent 07cb76f425
commit 31b70b6069
3 changed files with 44 additions and 2 deletions

7
src/real_filename.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef REAL_FILENAME_H
#define REAL_FILENAME_H
const char *real_filename(const char *filename);
const char *get_mountpoint(void);
#endif // !REAL_FILENAME_H