aboutsummaryrefslogtreecommitdiff
path: root/mpiosh/global.c
diff options
context:
space:
mode:
authorcrunchy <crunchy>2003-04-23 08:34:01 +0000
committercrunchy <crunchy>2003-04-23 08:34:01 +0000
commit4412ca091e6379def8bc836163c6b580df76619c (patch)
tree35f529177db9512ad1d195276dc9d818a8e23d87 /mpiosh/global.c
parent16e3a07e9cdfe050819cc4fdd5061486cb48767d (diff)
downloadmpiosh-4412ca091e6379def8bc836163c6b580df76619c.tar.gz
mpiosh-4412ca091e6379def8bc836163c6b580df76619c.tar.bz2
mpiosh-4412ca091e6379def8bc836163c6b580df76619c.zip
start restructuring
Diffstat (limited to 'mpiosh/global.c')
-rw-r--r--mpiosh/global.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpiosh/global.c b/mpiosh/global.c
index 0047627..e1215f1 100644
--- a/mpiosh/global.c
+++ b/mpiosh/global.c
@@ -2,7 +2,7 @@
*
* Author: Andreas Buesching <crunchy@tzi.de>
*
- * $Id: global.c,v 1.11 2003/04/19 23:58:02 germeier Exp $
+ * $Id: global.c,v 1.12 2003/04/23 08:34:15 crunchy Exp $
*
* Copyright (C) 2001 Andreas Büsching <crunchy@tzi.de>
*
@@ -125,7 +125,7 @@ struct mpiosh_cmd_t commands[] = {
mpiosh_cmd_health, NULL },
{ "id3", NULL, "[<on|off>]",
" enable/disable ID3 rewriting support",
- mpiosh_cmd_id3, NULL },
+ mpiosh_cmd_id3, mpiosh_readline_comp_onoff },
{ "id3_format", NULL, "[<format>]",
" define/show the format line for ID3 rewriting",
mpiosh_cmd_id3_format, NULL },