From 11672356e7f870033e27f934c57a5d48d061991e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Sep 2008 11:28:56 +0000 Subject: Convert to using "bool". --- cpukit/libmisc/shell/shell.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libmisc/shell/shell.h') diff --git a/cpukit/libmisc/shell/shell.h b/cpukit/libmisc/shell/shell.h index 904d4e0bd9..5509b365bc 100644 --- a/cpukit/libmisc/shell/shell.h +++ b/cpukit/libmisc/shell/shell.h @@ -181,8 +181,8 @@ typedef struct { char *devname; char *taskname; /* user extensions */ - int exit_shell; /* logout */ - int forever ; /* repeat login */ + bool exit_shell; /* logout */ + bool forever ; /* repeat login */ int errorlevel; int echo; char cwd[256]; @@ -192,7 +192,7 @@ typedef struct { rtems_id wake_on_end; } rtems_shell_env_t; -rtems_boolean rtems_shell_main_loop( +bool rtems_shell_main_loop( rtems_shell_env_t *rtems_shell_env ); -- cgit v1.2.3