summaryrefslogtreecommitdiffstats
path: root/cpukit/shttpd/compat_rtems.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-12 20:01:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-12 20:01:35 +0000
commit83ca6077757bbdf034077805b2cb999a94fb1226 (patch)
tree1c9f6ea3a56d5cf0ed0f1e4e3ea3166843adec69 /cpukit/shttpd/compat_rtems.h
parent2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-83ca6077757bbdf034077805b2cb999a94fb1226.tar.bz2
2007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* shttpd/compat_rtems.c, shttpd/compat_rtems.h: Add port to listen on to shttpd initialization.
Diffstat (limited to '')
-rw-r--r--cpukit/shttpd/compat_rtems.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/shttpd/compat_rtems.h b/cpukit/shttpd/compat_rtems.h
index 1c32fea0d2..6842bb97ed 100644
--- a/cpukit/shttpd/compat_rtems.h
+++ b/cpukit/shttpd/compat_rtems.h
@@ -56,7 +56,8 @@ rtems_status_code rtems_initialize_webserver(rtems_task_priority initial_prior
rtems_attribute attribute_set,
rtems_shttpd_init init_callback,
rtems_shttpd_addpages addpages_callback,
- char *webroot
+ char *webroot,
+ unsigned int port
);
void rtems_terminate_webserver(void);
int rtems_webserver_ok(void);