]> git.proxmox.com Git - libgit2.git/blame - fuzzers/standalone_driver.h
bump version to 1.5.0+ds-6~bpo11+pve1
[libgit2.git] / fuzzers / standalone_driver.h
CommitLineData
458b9450 1/*
359fc2d2 2 * Copyright (C) the libgit2 contributors. All rights reserved.
458b9450 3 *
4 * This file is part of libgit2, distributed under the GNU GPL v2 with
5 * a Linking Exception. For full terms see the included COPYING file.
6 */
458b9450 7
e579e0f7
MB
8#ifndef INCLUDE_standalone_driver_h__
9#define INCLUDE_standalone_driver_h__
eae0bfdc 10
e579e0f7
MB
11extern int LLVMFuzzerTestOneInput(const unsigned char *data, size_t size);
12extern int LLVMFuzzerInitialize(int *argc, char ***argv);
458b9450 13
eae0bfdc 14#endif