Switch to unified view

a/src/mediaserver/cdplugins/plgwithslave.hxx b/src/mediaserver/cdplugins/plgwithslave.hxx
...
...
53
53
54
    // Used by ohcredentials to start a plugin instance
54
    // Used by ohcredentials to start a plugin instance
55
    static bool startPluginCmd(CmdTalk& cmd, const std::string& appname,
55
    static bool startPluginCmd(CmdTalk& cmd, const std::string& appname,
56
                               const std::string& host, unsigned int port,
56
                               const std::string& host, unsigned int port,
57
                               const std::string& pathprefix);
57
                               const std::string& pathprefix);
58
    static bool maybeStartMHD(CDPluginServices *cdsrv);
58
    static bool maybeStartProxy(CDPluginServices *cdsrv);
59
59
60
    class Internal;
60
    class Internal;
61
private:
61
private:
62
    Internal *m;
62
    Internal *m;
63
};
63
};