fuzzers: declare standalone functions

This commit is contained in:
Edward Thomson
2021-11-11 12:33:14 -05:00
parent 0429894e0b
commit 489aec4447
9 changed files with 29 additions and 2 deletions

View File

@@ -17,6 +17,8 @@
#include "hash.h"
#include "commit_graph.h"
#include "standalone_driver.h"
int LLVMFuzzerInitialize(int *argc, char ***argv)
{
GIT_UNUSED(argc);