aboutsummaryrefslogtreecommitdiff
path: root/mpio_tool/mpiosh.h
diff options
context:
space:
mode:
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);