summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 21:14:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 21:14:45 +0000
commit827914cecd0b52ddd6feebf2fc85f72c0b2574fa (patch)
treeb2d4281c6ee5b914ab043c1e0a02cea848c28d38 /nuttx/examples/nsh/nsh.h
parent66d7eb8e229a93e7401c5b9a7187999cdb53ae7c (diff)
downloadpx4-nuttx-827914cecd0b52ddd6feebf2fc85f72c0b2574fa.tar.gz
px4-nuttx-827914cecd0b52ddd6feebf2fc85f72c0b2574fa.tar.bz2
px4-nuttx-827914cecd0b52ddd6feebf2fc85f72c0b2574fa.zip
Basic telnet NSH on ARM9
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@852 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nsh/nsh.h')
-rw-r--r--nuttx/examples/nsh/nsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/examples/nsh/nsh.h b/nuttx/examples/nsh/nsh.h
index 0484f4f21..69ed0f030 100644
--- a/nuttx/examples/nsh/nsh.h
+++ b/nuttx/examples/nsh/nsh.h
@@ -192,6 +192,7 @@ typedef int (*cmd_t)(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv);
* Public Data
****************************************************************************/
+extern const char g_nshgreeting[];
extern const char g_nshprompt[];
extern const char g_fmtargrequired[];
extern const char g_fmtarginvalid[];