a/src/upmpd.hxx b/src/upmpd.hxx
...
...
81
        std::string  radioconf;
81
        std::string  radioconf;
82
        unsigned int ohmetasleep;
82
        unsigned int ohmetasleep;
83
        int schttpport;
83
        int schttpport;
84
        std::string scplaymethod;
84
        std::string scplaymethod;
85
        std::string sc2mpdpath;
85
        std::string sc2mpdpath;
86
        std::string screceiverstatefile;
86
        std::string senderpath;
87
        std::string senderpath;
87
        int sendermpdport;
88
        int sendermpdport;
88
    };
89
    };
89
    UpMpd(const std::string& deviceid, const std::string& friendlyname,
90
    UpMpd(const std::string& deviceid, const std::string& friendlyname,
90
          ohProductDesc_t& ohProductDesc,
91
          ohProductDesc_t& ohProductDesc,