aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/zenhttp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenhttp/zenhttp.cpp')
-rw-r--r--zenhttp/zenhttp.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/zenhttp/zenhttp.cpp b/zenhttp/zenhttp.cpp
new file mode 100644
index 000000000..148cf4499
--- /dev/null
+++ b/zenhttp/zenhttp.cpp
@@ -0,0 +1,13 @@
+#include <zenhttp/zenhttp.h>
+
+#include <zenhttp/httpserver.h>
+
+namespace zen {
+
+void
+zenhttp_forcelinktests()
+{
+ http_forcelink();
+}
+
+} \ No newline at end of file