Follow symlinks for profrc and accounts files

This commit is contained in:
James Booth
2014-10-26 20:43:05 +00:00
parent 7a88898a21
commit be7c4f5a00
4 changed files with 43 additions and 2 deletions

View File

@@ -116,4 +116,6 @@ char * create_unique_id(char *prefix);
int cmp_win_num(gconstpointer a, gconstpointer b);
int get_next_available_win_num(GList *used);
char* get_file_or_linked(char *loc, char *basedir);
#endif