summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/rtems_webserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/rtems_webserver.h')
-rw-r--r--cpukit/httpd/rtems_webserver.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/cpukit/httpd/rtems_webserver.h b/cpukit/httpd/rtems_webserver.h
deleted file mode 100644
index d2e1362865..0000000000
--- a/cpukit/httpd/rtems_webserver.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * @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