summaryrefslogtreecommitdiff
path: root/nuttx/netutils/thttpd/libhttpd.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-15 20:25:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-15 20:25:13 +0000
commit56ab42eee7193d7d36b54522fa2dc251acb396fd (patch)
tree571c139d02f740f2f3aefe77ff3ba2b73bbdce88 /nuttx/netutils/thttpd/libhttpd.h
parent0ddbcb2ada560e33f79f302c6287305acdc34e62 (diff)
downloadnuttx-56ab42eee7193d7d36b54522fa2dc251acb396fd.tar.gz
nuttx-56ab42eee7193d7d36b54522fa2dc251acb396fd.tar.bz2
nuttx-56ab42eee7193d7d36b54522fa2dc251acb396fd.zip
Get rid of cwd in THTTPD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2021 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/thttpd/libhttpd.h')
-rw-r--r--nuttx/netutils/thttpd/libhttpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/netutils/thttpd/libhttpd.h b/nuttx/netutils/thttpd/libhttpd.h
index 66410d343..a2f2e25f2 100644
--- a/nuttx/netutils/thttpd/libhttpd.h
+++ b/nuttx/netutils/thttpd/libhttpd.h
@@ -167,7 +167,6 @@ typedef struct
{
char *hostname;
int cgi_count;
- char *cwd;
int listen_fd;
} httpd_server;
@@ -245,7 +244,7 @@ typedef struct
* Return (httpd_server*) 0 on error.
*/
-extern FAR httpd_server *httpd_initialize(FAR httpd_sockaddr *sa, FAR const char *cwd);
+extern FAR httpd_server *httpd_initialize(FAR httpd_sockaddr *sa);
/* Call to unlisten/close socket(s) listening for new connections. */