summaryrefslogtreecommitdiff
path: root/src/unexcw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unexcw.c')
-rw-r--r--src/unexcw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/unexcw.c b/src/unexcw.c
index 70ee24f83fa..af85fd14ea4 100644
--- a/src/unexcw.c
+++ b/src/unexcw.c
@@ -248,8 +248,7 @@ add_exe_suffix_if_necessary (const char *name, char *modified)
}
int
-unexec (char *outfile, char *infile, unsigned start_data, unsigned d1,
- unsigned d2)
+unexec (const char *outfile, const char *infile)
{
char infile_buffer[FILENAME_MAX];
char outfile_buffer[FILENAME_MAX];