diff options
Diffstat (limited to 'editors/patch.c')
-rw-r--r-- | editors/patch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/patch.c b/editors/patch.c index f8d7605..2c90804 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; |