Switch to unified view

a/src/upmpd.hxx b/src/upmpd.hxx
...
...
75
    };
75
    };
76
    struct Options {
76
    struct Options {
77
        Options() : options(upmpdNone), ohmetasleep(0), schttpport(0),
77
        Options() : options(upmpdNone), ohmetasleep(0), schttpport(0),
78
            sendermpdport(0) {}
78
            sendermpdport(0) {}
79
        unsigned int options;
79
        unsigned int options;
80
        std::string  cachedir;
80
        std::string  cachefn;
81
        std::string  cachefn;
81
        std::string  radioconf;
82
        std::string  radioconf;
82
        unsigned int ohmetasleep;
83
        unsigned int ohmetasleep;
83
        int schttpport;
84
        int schttpport;
84
        std::string scplaymethod;
85
        std::string scplaymethod;