Added mountpoint functions to sourcefs
This commit is contained in:
7
src/real_filename.h
Normal file
7
src/real_filename.h
Normal 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
|
Reference in New Issue
Block a user