summaryrefslogtreecommitdiffhomepage
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/http.h b/http.h
index 59d30e4..229d48e 100644
--- a/http.h
+++ b/http.h
@@ -1,4 +1,9 @@
#pragma once
-int http_server(int argc, char* argv[]);
+#include "config.h"
+namespace HTTP {
+
+int server(Config& config);
+
+} // namespace HTTP