summaryrefslogtreecommitdiffstats
path: root/cpukit/shttpd/compat_rtems.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/shttpd/compat_rtems.h')
-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);