Switch to unified view

a/src/utils/pathut.h b/src/utils/pathut.h
...
...
127
    string m_reason;
127
    string m_reason;
128
    pid_t read_pid();
128
    pid_t read_pid();
129
    int flopen();
129
    int flopen();
130
};
130
};
131
131
132
133
134
// Freedesktop thumbnail standard path routine
135
// On return, path will have the appropriate value in all cases,
136
// returns true if the file already exists
137
extern bool thumbPathForUrl(const string& url, int size, string& path);
138
132
#endif /* _PATHUT_H_INCLUDED_ */
139
#endif /* _PATHUT_H_INCLUDED_ */