Remove unused header files; eliminate warnings

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3731 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-06-21 23:53:00 +00:00
parent 87158083f2
commit 6be31c51a0
4 changed files with 11 additions and 5 deletions

View File

@@ -331,7 +331,7 @@ extern int nsh_parse(FAR struct nsh_vtbl_s *vtbl, char *cmdline);
#ifdef CONFIG_NSH_BUILTIN_APPS
extern int nsh_execapp(FAR struct nsh_vtbl_s *vtbl, FAR const char *cmd,
FAR char *argv[]);
FAR char **argv);
#endif
/* Working directory support */