#ifndef PATHS_H #define PATHS_H #include "file_t.h" /** * Initialise paths * @return file_t */ file_t* paths_init(); #endif