8 lines
160 B
C
8 lines
160 B
C
#ifndef REAL_FILENAME_H
|
|
#define REAL_FILENAME_H
|
|
|
|
const char *real_filename(const char *filename);
|
|
const char *get_mountpoint(void);
|
|
|
|
#endif // !REAL_FILENAME_H
|