summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/internal.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-27 13:37:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-27 13:37:52 +0100
commit43b09a9865760ec7ae7fcd0ef75842f3a201d5a7 (patch)
tree227f6f240b1fedf6b48a92714143143b87515969 /cpukit/libmisc/shell/internal.h
parentsmptests/smpmrsp01: Use busy waits (diff)
downloadrtems-43b09a9865760ec7ae7fcd0ef75842f3a201d5a7.tar.bz2
shell: Make mv, cp and rm usable for applications
close #2030
Diffstat (limited to 'cpukit/libmisc/shell/internal.h')
-rw-r--r--cpukit/libmisc/shell/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/libmisc/shell/internal.h b/cpukit/libmisc/shell/internal.h
index 0187e5f013..ad51588b15 100644
--- a/cpukit/libmisc/shell/internal.h
+++ b/cpukit/libmisc/shell/internal.h
@@ -39,9 +39,6 @@ extern void rtems_shell_print_heap_info(
extern void rtems_shell_print_unified_work_area_message(void);
-extern int rtems_shell_main_rm(int argc, char *argv[]);
-extern int rtems_shell_main_cp(int argc, char *argv[]);
-
#include <sys/types.h>
extern void strmode(mode_t mode, char *p);