aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/global.c
diff options
context:
space:
mode:
authorgermeier <germeier>2003-04-19 09:32:47 +0000
committergermeier <germeier>2003-04-19 09:32:47 +0000
commitda2f107789effc568777ba21d37ec90641f68a10 (patch)
treeadf42bd3a1e17e39a3ce5c5ae543101c84e76cf2 /mpiosh/global.c
parent25f641bc5213de63f6f72142880f1a66b215f9cf (diff)
downloadmpiosh-da2f107789effc568777ba21d37ec90641f68a10.tar.gz
mpiosh-da2f107789effc568777ba21d37ec90641f68a10.tar.bz2
mpiosh-da2f107789effc568777ba21d37ec90641f68a10.zip
added ID3 rewriting support
Diffstat (limited to 'mpiosh/global.c')
-rw-r--r--mpiosh/global.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/mpiosh/global.c b/mpiosh/global.c
index 7910eff..2f10870 100644
--- a/mpiosh/global.c
+++ b/mpiosh/global.c
@@ -2,7 +2,7 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: global.c,v 1.9 2003/04/18 13:53:02 germeier Exp $
+ * $Id: global.c,v 1.10 2003/04/19 09:32:48 germeier Exp $
*
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
@@ -120,6 +120,12 @@ struct mpiosh_cmd_t commands[] = {
{ "health", NULL, NULL,
" show the health status from the selected memory",
mpiosh_cmd_health, NULL },
+ { "id3", NULL, "[<on|off>]",
+ " enable/disable ID3 rewriting support",
+ mpiosh_cmd_id3, NULL },
+ { "id3_format", NULL, "[<format>]",
+ " define/show the format line for ID3 rewriting",
+ mpiosh_cmd_id3_format, NULL },
{ "dump_memory", NULL, NULL,
" dump FAT, directory, spare area and the first 0x100 of the\n"
" selected memory card",