From cbd1e8799f8bcd3e083ba5a1affa8267461f256a Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Tue, 14 Apr 2009 08:50:03 +0000 Subject: adapt copyright statements --- cpukit/libmisc/shell/shell.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'cpukit/libmisc/shell/shell.c') diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c index 4561f3dd45..25c2e18269 100644 --- a/cpukit/libmisc/shell/shell.c +++ b/cpukit/libmisc/shell/shell.c @@ -846,19 +846,19 @@ bool rtems_shell_main_loop( } /* ----------------------------------------------- */ -static rtems_status_code rtems_shell_run ( - const char *task_name, - size_t task_stacksize, - rtems_task_priority task_priority, - const char *devname, - bool forever, - bool wait, - const char *input, - const char *output, - bool output_append, - rtems_id wake_on_end, - bool echo, - rtems_login_check login_check +static rtems_status_code rtems_shell_run ( + const char *task_name, + size_t task_stacksize, + rtems_task_priority task_priority, + const char *devname, + bool forever, + bool wait, + const char *input, + const char *output, + bool output_append, + rtems_id wake_on_end, + bool echo, + rtems_shell_login_check_t login_check ) { rtems_id task_id; @@ -920,13 +920,13 @@ static rtems_status_code rtems_shell_run ( } rtems_status_code rtems_shell_init( - const char *task_name, - size_t task_stacksize, - rtems_task_priority task_priority, - const char *devname, - bool forever, - bool wait, - rtems_login_check login_check + const char *task_name, + size_t task_stacksize, + rtems_task_priority task_priority, + const char *devname, + bool forever, + bool wait, + rtems_shell_login_check_t login_check ) { rtems_id to_wake = RTEMS_ID_NONE; -- cgit v1.2.3