blob: e2f2990b9c6ad952146ec9184219f90754c27438 [file] [log] [blame]
// Copyright 2019 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 PDF_PDFIUM_FUZZERS_PDFIUM_XFA_LPM_FUZZER_SIMPLE_XFA_PDF_H_
#define PDF_PDFIUM_FUZZERS_PDFIUM_XFA_LPM_FUZZER_SIMPLE_XFA_PDF_H_
#include <string>
namespace pdfium_xfa_lpm_fuzzer {
std::string CreateSimpleXfaPdf(const std::string& xfa_string);
} // namespace pdfium_xfa_lpm_fuzzer
#endif // PDF_PDFIUM_FUZZERS_PDFIUM_XFA_LPM_FUZZER_SIMPLE_XFA_PDF_H_