#ifndef REAL_FILENAME_H #define REAL_FILENAME_H const char *real_filename(const char *filename); const char *get_mountpoint(void); #endif // !REAL_FILENAME_H