summaryrefslogtreecommitdiff
path: root/mcopy.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-01-14 10:51:41 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-01-14 10:51:41 +0900
commit0ecb2dba7f37161dee9939bc6d376c0e4bede2d4 (patch)
tree382875105da29a8baf095e2318b725d4144e21c0 /mcopy.c
parent261dc4945116580cb8d26b33d5bf6caa4e04bbac (diff)
downloadmtools-0ecb2dba7f37161dee9939bc6d376c0e4bede2d4.tar.gz
mtools-0ecb2dba7f37161dee9939bc6d376c0e4bede2d4.tar.bz2
mtools-0ecb2dba7f37161dee9939bc6d376c0e4bede2d4.zip
Imported Upstream version 4.0.21upstream/4.0.21
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;