From 67861ab4bc9411a36319f48f9aaad1a129fcde9b Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 1 Jun 2011 23:09:29 +0000 Subject: Add a simple shell and configuration to verify the FTP client library git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3656 42af7a65-404d-4744-a932-0658087f49c3 --- apps/include/ftpc.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'apps/include/ftpc.h') diff --git a/apps/include/ftpc.h b/apps/include/ftpc.h index 77122ddae..211edbad4 100644 --- a/apps/include/ftpc.h +++ b/apps/include/ftpc.h @@ -43,7 +43,9 @@ #include #include +#include #include + #include /**************************************************************************** @@ -79,6 +81,10 @@ # define CONFIG_FTP_MAXPATH 256 #endif +#ifndef CONFIG_FTP_SIGNAL +# define CONFIG_FTP_SIGNAL SIGUSR1 +#endif + /* Interface arguments ******************************************************/ /* These definitions describe how a put operation should be performed */ @@ -185,7 +191,7 @@ EXTERN int ftpc_idle(SESSION handle, unsigned int idletime); EXTERN int ftpc_noop(SESSION handle); EXTERN int ftpc_help(SESSION handle, FAR const char *arg); -/* Director listings ********************************************************/ +/* Directory listings *******************************************************/ EXTERN FAR struct ftpc_dirlist_s *ftpc_listdir(SESSION handle, FAR const char *dirpath); -- cgit v1.2.3