Switch to unified view
a/src/ohcredentials.hxx | b/src/ohcredentials.hxx | ||
---|---|---|---|
... |
... |
||
48 | int actGetPublicKey(const SoapIncoming& sc, SoapOutgoing& data); |
48 | int actGetPublicKey(const SoapIncoming& sc, SoapOutgoing& data); |
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 | |||
54 | extern bool OHCredsMaybeMorphSpecialUri(std::string& uri); |
||
55 | |||
53 | #endif |
56 | #endif |
54 | 57 |