blob: d9f6bd9d0a9a38d218a68beb7edd96266427d57b [file] [log] [blame]
// Copyright 2018 PDFium 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 CONSTANTS_STREAM_DICT_COMMON_H_
#define CONSTANTS_STREAM_DICT_COMMON_H_
namespace pdfium {
namespace stream {
extern const char kLength[];
extern const char kFilter[];
extern const char kDecodeParms[];
extern const char kF[];
extern const char kDL[];
} // namespace stream
} // namespace pdfium
#endif // CONSTANTS_STREAM_DICT_COMMON_H_