1 2 3 4 5 6
#ifndef PATHS_H_ #define PATHS_H_ void get_initial_browse_path(char **dst); #endif //PATHS_H_