a/src/ohcredentials.hxx b/src/ohcredentials.hxx
...
...
49
    int actGetSequenceNumber(const SoapIncoming& sc, SoapOutgoing& data);
49
    int actGetSequenceNumber(const SoapIncoming& sc, SoapOutgoing& data);
50
50
51
    Internal *m{0};
51
    Internal *m{0};
52
};
52
};
53
53
54
// Check uri for special qobuz/tidal scheme and transform it to point
55
// to our proxy in this case.
56
// @param[out] isStreaming will be true if the uri was transformed, else false.
57
// @return false for error, uri should not be used
54
extern bool OHCredsMaybeMorphSpecialUri(std::string& uri);
58
extern bool OHCredsMaybeMorphSpecialUri(std::string& uri, bool& isStreaming);
55
59
56
#endif
60
#endif
57
61