summaryrefslogtreecommitdiffhomepage
path: root/https.h
diff options
context:
space:
mode:
Diffstat (limited to 'https.h')
-rw-r--r--https.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/https.h b/https.h
new file mode 100644
index 0000000..3621f33
--- /dev/null
+++ b/https.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "config.h"
+
+namespace HTTPS {
+
+int server(Config& config);
+
+}