summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/rtems_webserver.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/httpd/rtems_webserver.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/cpukit/httpd/rtems_webserver.h b/cpukit/httpd/rtems_webserver.h
index f62790b601..d2e1362865 100644
--- a/cpukit/httpd/rtems_webserver.h
+++ b/cpukit/httpd/rtems_webserver.h
@@ -1,6 +1,17 @@
-/*
- * rtems_webserver.h --
- *
+/**
+ * @file rtems/rtems_webserver.h
*/
+#ifndef _rtems_rtems_webserver_h
+#define _rtems_rtems_webserver_h
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
int rtems_initialize_webserver();
+
+#ifdef __cplusplus
+}
+#endif
+#endif