Switch to unified view
a/src/upmpdutils.hxx | b/src/upmpdutils.hxx | ||
---|---|---|---|
... |
... |
||
134 | #define UPMPD_UNUSED(X) (void)(X) |
134 | #define UPMPD_UNUSED(X) (void)(X) |
135 | 135 | ||
136 | extern bool ensureconfreadable(const char *fn, const char *user, uid_t uid, |
136 | extern bool ensureconfreadable(const char *fn, const char *user, uid_t uid, |
137 | gid_t gid); |
137 | gid_t gid); |
138 | class ConfSimple; |
138 | class ConfSimple; |
139 | extern bool configBool(ConfSimple *conf, const std::string& nm);
|
139 | extern bool configBool(ConfSimple *conf, const std::string& nm,
|
140 | bool dflt = false); |
||
140 | 141 | ||
141 | #endif /* _UPMPDUTILS_H_X_INCLUDED_ */ |
142 | #endif /* _UPMPDUTILS_H_X_INCLUDED_ */ |