Still fleshing out THTTPD example

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1994 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-07-18 22:59:44 +00:00
parent 8c7634d4a2
commit e68c54fea0
6 changed files with 298 additions and 6 deletions
-1
View File
@@ -71,7 +71,6 @@ extern "C" {
EXTERN FAR const struct symtab_s *g_thttpdsymtab;
EXTERN int g_thttpdnsymbols;
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
+6
View File
@@ -43,6 +43,7 @@
#include <nuttx/config.h>
#ifdef CONFIG_NET
#include <stdarg.h>
#include <semaphore.h>
#include <net/uip/uip.h>
@@ -190,6 +191,11 @@ EXTERN int net_dup2(int sockfd1, int sockfd2);
EXTERN int net_clone(FAR struct socket *psock1, FAR struct socket *psock2);
/* net_vfcntl.c **************************************************************/
/* Performs fcntl operations on socket */
EXTERN int net_vfcntl(int sockfd, int cmd, va_list ap);
/* netdev-register.c *********************************************************/
/* This function is called by network interface device drivers to inform the
* socket layer of their existence. This registration is necesary to support