aboutsummaryrefslogtreecommitdiffstats
path: root/vcs-svn/svndiff.h
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2021-03-14 15:37:39 +0100
committerJunio C Hamano <gitster@pobox.com>2021-03-14 15:48:23 -0700
commit8588aa86574dce01d26e7706c9a1152aaf4a1acb (patch)
tree89f45a2cca618a0669bfe79cdca94ac3d028b167 /vcs-svn/svndiff.h
parentfc47391e2478b26d33cae033f13405b6ee6af97b (diff)
downloadgit-8588aa86574dce01d26e7706c9a1152aaf4a1acb.tar.gz
vcs-svn: remove header files as well
fc47391e24 (drop vcs-svn experiment, 2020-08-13) removed most vcs-svn files. Drop the remaining header files as well, as they are no longer used. Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'vcs-svn/svndiff.h')
-rw-r--r--vcs-svn/svndiff.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcs-svn/svndiff.h b/vcs-svn/svndiff.h
deleted file mode 100644
index 625d950bb8..0000000000
--- a/vcs-svn/svndiff.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef SVNDIFF_H
-#define SVNDIFF_H
-
-struct line_buffer;
-struct sliding_view;
-
-int svndiff0_apply(struct line_buffer *delta, off_t delta_len,
- struct sliding_view *preimage, FILE *postimage);
-
-#endif