blob: bb6bf1d46dfc6e46daba24af233dc17e0b7c060a [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 TESTING_FUZZERS_PDFIUM_XFA_LPM_FUZZ_STUB_H_
#define TESTING_FUZZERS_PDFIUM_XFA_LPM_FUZZ_STUB_H_
#include "public/fpdfview.h"
// LPM defines LLVMFuzzerTestOneInput, this function should be used by the LPM
// harness to pass the deserialized proto to PDFium.
FPDF_EXPORT void PdfiumXFALPMFuzzStub(const char* pdf, size_t size);
#endif // TESTING_FUZZERS_PDFIUM_XFA_LPM_FUZZ_STUB_H_