summaryrefslogtreecommitdiffstats
path: root/fuzzers/fuzzer_utils.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fuzzers/fuzzer_utils.h (renamed from src/libgit2/transports/ssh.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libgit2/transports/ssh.h b/fuzzers/fuzzer_utils.h
index d3e741f..6b67c9a 100644
--- a/src/libgit2/transports/ssh.h
+++ b/fuzzers/fuzzer_utils.h
@@ -4,11 +4,11 @@
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
-#ifndef INCLUDE_transports_ssh_h__
-#define INCLUDE_transports_ssh_h__
-#include "common.h"
+#ifndef INCLUDE_fuzzer_utils_h__
+#define INCLUDE_fuzzer_utils_h__
-int git_transport_ssh_global_init(void);
+extern void fuzzer_git_abort(const char *op);
+extern git_repository *fuzzer_repo_init(void);
#endif