From 146c19096480429037817b51059a610eb4aca685 Mon Sep 17 00:00:00 2001 From: crunchy Date: Sun, 1 Sep 2002 18:27:49 +0000 Subject: added commands: lcd, ldir, lmkdir; fixed bug in dump; updated help text --- mpio_tool/mpiosh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpio_tool/mpiosh.h') 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 * - * $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 * @@ -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); -- cgit v1.2.3