2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>

PR 1556/cpukit
	* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
This commit is contained in:
Ralf Corsepius
2010-06-16 14:32:21 +00:00
parent 64b287e36d
commit 443ee5ac7c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1556/cpukit
* libfs/src/rfs/rtems-rfs-shell.c: Remove rtems_rfs_shell_cmd_t.
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1566/filesystem

View File

@@ -42,7 +42,7 @@ typedef int (*rtems_rfs_shell_handler) (rtems_rfs_file_system* fs, int argc, cha
/**
* Table of handlers we parse to invoke the command.
*/
typedef struct rtems_rfs_shell_cmd_t
typedef struct
{
const char* name;
rtems_rfs_shell_handler handler;