main paths.h
1#ifndef PATHS_H_
2#define PATHS_H_
3
4void get_initial_browse_path(char **dst);
5char *path_append(const char *base, const char *suffix);
6
7#endif //PATHS_H_