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

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

#endif //PATHS_H_