summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-07-18 08:37:08 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-07-18 08:37:08 +0200
commitf9613983fd455f6c8b0fe28d07a68e0e5ea498d3 (patch)
tree4b63dbd85eb6080ddd79c93b3d66f391a092152c /apps
parent35bee38e1b1e3ad5c9bfa1380f336e5f6291edb7 (diff)
downloadpx4-nuttx-f9613983fd455f6c8b0fe28d07a68e0e5ea498d3.tar.gz
px4-nuttx-f9613983fd455f6c8b0fe28d07a68e0e5ea498d3.tar.bz2
px4-nuttx-f9613983fd455f6c8b0fe28d07a68e0e5ea498d3.zip
Added missing entry in nsh.h for cmd_cmp
Diffstat (limited to 'apps')
-rw-r--r--apps/nshlib/nsh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/nshlib/nsh.h b/apps/nshlib/nsh.h
index b842bb70e..31f90a2f1 100644
--- a/apps/nshlib/nsh.h
+++ b/apps/nshlib/nsh.h
@@ -616,6 +616,9 @@ void nsh_usbtrace(void);
# ifndef CONFIG_NSH_DISABLE_CP
int cmd_cp(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv);
# endif
+# ifndef CONFIG_NSH_DISABLE_CMP
+int cmd_cmp(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv);
+# endif
# ifndef CONFIG_NSH_DISABLE_DD
int cmd_dd(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv);
# endif