Switch to unified view

a/src/upmpdutils.hxx b/src/upmpdutils.hxx
...
...
19
19
20
#include <string>
20
#include <string>
21
#include <unordered_map>
21
#include <unordered_map>
22
#include <vector>
22
#include <vector>
23
#include <unordered_set>
23
#include <unordered_set>
24
25
#include <unistd.h>
24
26
25
namespace UPnPClient {
27
namespace UPnPClient {
26
    class UPnPDirObject;
28
    class UPnPDirObject;
27
};
29
};
28
30
...
...
129
diffmaps(const std::unordered_map<std::string, std::string>& old,
131
diffmaps(const std::unordered_map<std::string, std::string>& old,
130
         const std::unordered_map<std::string, std::string>& newer);
132
         const std::unordered_map<std::string, std::string>& newer);
131
133
132
#define UPMPD_UNUSED(X) (void)(X)
134
#define UPMPD_UNUSED(X) (void)(X)
133
135
136
extern bool ensureconfreadable(const char *fn, const char *user, uid_t uid,
137
                               gid_t gid);
134
#endif /* _UPMPDUTILS_H_X_INCLUDED_ */
138
#endif /* _UPMPDUTILS_H_X_INCLUDED_ */