summaryrefslogtreecommitdiff
path: root/nuttx/netutils/thttpd/libhttpd.h
diff options
context:
space:
mode:
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 aed4b8194..fc0aa490b 100644
--- a/nuttx/netutils/thttpd/libhttpd.h
+++ b/nuttx/netutils/thttpd/libhttpd.h
@@ -114,8 +114,7 @@ typedef struct sockaddr_in httpd_sockaddr;
typedef struct
{
- char *binding_hostname;
- char *server_hostname;
+ char *hostname;
int cgi_count;
char *cwd;
int listen_fd;