aboutsummaryrefslogtreecommitdiff
path: root/mpio_tool/mpiosh.h
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-01 16:07:09 +0000
committercrunchy <crunchy>2002-09-01 16:07:09 +0000
commit82ca071c8f0849b90131bf3b27f8b029002ed46d (patch)
tree14cecfa4a7fb37bcd66422342d8243b3be6ce75b /mpio_tool/mpiosh.h
parentb02fd8873d677fb91c0994daa4fe59de4c14a6b8 (diff)
downloadmpiosh-82ca071c8f0849b90131bf3b27f8b029002ed46d.tar.gz
mpiosh-82ca071c8f0849b90131bf3b27f8b029002ed46d.tar.bz2
mpiosh-82ca071c8f0849b90131bf3b27f8b029002ed46d.zip
added autogen.sh
Diffstat (limited to 'mpio_tool/mpiosh.h')
-rw-r--r--mpio_tool/mpiosh.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpio_tool/mpiosh.h b/mpio_tool/mpiosh.h
index 18e2feb..96ec8a9 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.1 2002/08/28 16:10:52 salmoon Exp $
+ * $Id: mpiosh.h,v 1.2 2002/09/01 16:07:10 crunchy Exp $
*
* Copyright (C) 2002 Andreas Büsching <crunchy@tzi.de>
*
@@ -79,6 +79,9 @@ void mpiosh_cmd_free(char *args[]);
void mpiosh_cmd_format(char *args[]);
void mpiosh_cmd_switch(char *args[]);
+void mpiosh_cmd_ldir(char *args[]);
+void mpiosh_cmd_lcd(char *args[]);
+
/* progress callbacks */
BYTE mpiosh_callback_get(int read, int total);
BYTE mpiosh_callback_put(int read, int total);