aboutsummaryrefslogtreecommitdiff
path: root/mpio_tool/mpiosh.h
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-01 18:27:49 +0000
committercrunchy <crunchy>2002-09-01 18:27:49 +0000
commit146c19096480429037817b51059a610eb4aca685 (patch)
treeccbc5924f8a88ac3b49947edb050b4012b0422ad /mpio_tool/mpiosh.h
parent82ca071c8f0849b90131bf3b27f8b029002ed46d (diff)
downloadmpiosh-146c19096480429037817b51059a610eb4aca685.tar.gz
mpiosh-146c19096480429037817b51059a610eb4aca685.tar.bz2
mpiosh-146c19096480429037817b51059a610eb4aca685.zip
added commands: lcd, ldir, lmkdir; fixed bug in dump; updated help text
Diffstat (limited to 'mpio_tool/mpiosh.h')
-rw-r--r--mpio_tool/mpiosh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpio_tool/mpiosh.h b/mpio_tool/mpiosh.h
index 96ec8a9..c3d550a 100644
--- a/mpio_tool/mpiosh.h
+++ b/mpio_tool/mpiosh.h
@@ -2,7 +2,7 @@
*
* Author: Andreas Büsching <crunchy@tzi.de>
*
- * $Id: mpiosh.h,v 1.2 2002/09/01 16:07:10 crunchy Exp $
+ * $Id: mpiosh.h,v 1.3 2002/09/01 18:27:49 crunchy Exp $
*
* Copyright (C) 2002 Andreas Büsching <crunchy@tzi.de>
*
@@ -81,6 +81,7 @@ void mpiosh_cmd_switch(char *args[]);
void mpiosh_cmd_ldir(char *args[]);
void mpiosh_cmd_lcd(char *args[]);
+void mpiosh_cmd_lmkdir(char *args[]);
/* progress callbacks */
BYTE mpiosh_callback_get(int read, int total);