chromium/testing/libfuzzer/research/domatolpm/templates/domatolpm.h.tmpl

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#pragma once

#include <string>

#include "testing/libfuzzer/research/domatolpm/domatolpm.h"
#include "{{basename}}.pb.h"

namespace {{cpp_ns}} {
  bool {{root.name}}(domatolpm::Context* ctx, const {{proto_ns}}::{{root.proto_type}});
} // {{cpp_ns}}