Switch to side-by-side view
--- a/src/upmpdutils.hxx +++ b/src/upmpdutils.hxx @@ -135,4 +135,7 @@ extern bool ensureconfreadable(const char *fn, const char *user, uid_t uid, gid_t gid); +class ConfSimple; +extern bool configBool(ConfSimple *conf, const std::string& nm); + #endif /* _UPMPDUTILS_H_X_INCLUDED_ */