aboutsummaryrefslogtreecommitdiff
path: root/editors/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/patch.c')
-rw-r--r--editors/patch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/patch.c b/editors/patch.c
index f8d7605c0..2c908040f 100644
--- a/editors/patch.c
+++ b/editors/patch.c
@@ -75,6 +75,7 @@ static int file_doesnt_exist(const char *filename)
return stat(filename, &statbuf);
}
+int patch_main(int argc, char **argv);
int patch_main(int argc, char **argv)
{
int patch_level = -1;