// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef QUICHE_HTTP2_CORE_ZERO_COPY_OUTPUT_BUFFER_H_ #define QUICHE_HTTP2_CORE_ZERO_COPY_OUTPUT_BUFFER_H_ #include <cstdint> #include "quiche/common/platform/api/quiche_export.h" namespace spdy { class QUICHE_EXPORT ZeroCopyOutputBuffer { … }; } // namespace spdy #endif // QUICHE_HTTP2_CORE_ZERO_COPY_OUTPUT_BUFFER_H_