From 9d55bb2f692d4b6fab43b6f1b18185ecdcc05a1c Mon Sep 17 00:00:00 2001 From: crunchy Date: Fri, 18 Oct 2002 08:39:23 +0000 Subject: add command config; no functionality at the moment --- mpiosh/readline.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpiosh/readline.h') diff --git a/mpiosh/readline.h b/mpiosh/readline.h index 4c04f64..f4deb13 100644 --- a/mpiosh/readline.h +++ b/mpiosh/readline.h @@ -2,7 +2,7 @@ * * Author: Andreas Büsching * - * $Id: readline.h,v 1.1 2002/10/12 18:31:45 crunchy Exp $ + * $Id: readline.h,v 1.2 2002/10/18 08:39:23 crunchy Exp $ * * Copyright (C) 2001 Andreas Büsching * @@ -39,6 +39,7 @@ int mpiosh_readline_cancel(void); char *mpiosh_readline_comp_cmd(const char *text, int state); char *mpiosh_readline_comp_mpio_file(const char *text, int state); +char *mpiosh_readline_comp_config(const char *text, int state); #endif -- cgit v1.2.3