summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/rtems_webserver.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 05:46:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 05:46:03 +0000
commit44b7bcd59c6042aecef864cd45bc79508ff67d71 (patch)
tree14c9f01314d0c454030d0c87e9d11e7e6f5f4f59 /cpukit/httpd/rtems_webserver.h
parent2010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-44b7bcd59c6042aecef864cd45bc79508ff67d71.tar.bz2
Remove (discontinued).
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