summaryrefslogtreecommitdiff
path: root/mcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcopy.c')
-rw-r--r--mcopy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcopy.c b/mcopy.c
index b282394..c25132f 100644
--- a/mcopy.c
+++ b/mcopy.c
@@ -21,8 +21,6 @@
*/
-#define LOWERCASE
-
#include "sysincludes.h"
#include "msdos.h"
#include "mtools.h"
@@ -502,6 +500,7 @@ static void usage(int ret)
exit(ret);
}
+void mcopy(int argc, char **argv, int mtype) NORETURN;
void mcopy(int argc, char **argv, int mtype)
{
Arg_t arg;