Files
tubestation/netwerk/protocol/http/HttpWinUtils.h
Dragana Damjanovic 48a4476cf8 Bug 1790398 - Core implemention of the WebTransport session r=necko-reviewers,kershaw,valentin
AltSvc and 0RTT will not be used with WebTransport.

Differential Revision: https://phabricator.services.mozilla.com/D157821
2022-10-21 05:10:09 +00:00

19 lines
434 B
C++

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef HttpWinUtils_h__
#define HttpWinUtils_h__
namespace mozilla {
namespace net {
class nsHttpChannel;
void AddWindowsSSO(nsHttpChannel* channel);
} // namespace net
} // namespace mozilla
#endif // HttpWinUtils_h__