summaryrefslogtreecommitdiff
path: root/paths.h
blob: b084035594148ad05127c1a51610ff24f65a00bd (plain)
1
2
3
4
5
6
7
#ifndef PATHS_H_
#define PATHS_H_

void get_initial_browse_path(char **dst);
char *path_append(const char *base, const char *suffix);

#endif //PATHS_H_