summaryrefslogtreecommitdiff
path: root/src/transport_http.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2021-11-17 22:34:57 +0100
committerJoel Klinghed <the_jk@spawned.biz>2021-11-17 22:34:57 +0100
commit6232d13f5321b87ddf12a1aa36b4545da45f173d (patch)
tree23f3316470a14136debd9d02f9e920ca2b06f4cc /src/transport_http.hh
Travel3: Simple image and video display site
Reads the images and videos from filesystem and builds a site in memroy.
Diffstat (limited to 'src/transport_http.hh')
-rw-r--r--src/transport_http.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/transport_http.hh b/src/transport_http.hh
new file mode 100644
index 0000000..386a67b
--- /dev/null
+++ b/src/transport_http.hh
@@ -0,0 +1,8 @@
+#ifndef TRANSPORT_HTTP_HH
+#define TRANSPORT_HTTP_HH
+
+#include "transport.hh"
+
+std::unique_ptr<Transport::Factory> create_transport_factory_http();
+
+#endif // TRANSPORT_HTTP_HH