blob: 6b1dd0fb2894a24c51e075200087e559f182648e [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// 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_