]> git.proxmox.com Git - libgit2.git/blobdiff - src/diff_tform.h
Merge https://salsa.debian.org/debian/libgit2 into proxmox/bullseye
[libgit2.git] / src / diff_tform.h
diff --git a/src/diff_tform.h b/src/diff_tform.h
deleted file mode 100644 (file)
index 7abb8b3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) the libgit2 contributors. All rights reserved.
- *
- * 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_diff_tform_h__
-#define INCLUDE_diff_tform_h__
-
-#include "common.h"
-
-#include "diff_file.h"
-
-extern int git_diff_find_similar__hashsig_for_file(
-       void **out, const git_diff_file *f, const char *path, void *p);
-
-extern int git_diff_find_similar__hashsig_for_buf(
-       void **out, const git_diff_file *f, const char *buf, size_t len, void *p);
-
-extern void git_diff_find_similar__hashsig_free(void *sig, void *payload);
-
-extern int git_diff_find_similar__calc_similarity(
-       int *score, void *siga, void *sigb, void *payload);
-
-#endif