1 // Copyright 2018 The PDFium Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #ifndef CONSTANTS_STREAM_DICT_COMMON_H_ 6 #define CONSTANTS_STREAM_DICT_COMMON_H_ 7 8 namespace pdfium { 9 namespace stream { 10 11 extern const char kLength[]; 12 extern const char kFilter[]; 13 extern const char kDecodeParms[]; 14 extern const char kF[]; 15 extern const char kDL[]; 16 17 } // namespace stream 18 } // namespace pdfium 19 20 #endif // CONSTANTS_STREAM_DICT_COMMON_H_ 21