Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'check/magma/servers/http/http_check.h')
-rw-r--r--check/magma/servers/http/http_check.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/check/magma/servers/http/http_check.h b/check/magma/servers/http/http_check.h
new file mode 100644
index 00000000..9062c337
--- /dev/null
+++ b/check/magma/servers/http/http_check.h
@@ -0,0 +1,15 @@
+/**
+ * @file /check/magma/servers/smtp/smtp_check.h
+ *
+ * @brief SMTP interface test functions.
+ */
+
+#ifndef HTTP_CHECK_H
+#define HTTP_CHECK_H
+
+/// smtp_check_network.c
+bool_t check_http_network_basic_sthread(stringer_t *errmsg, uint32_t port, bool_t secure);
+
+Suite * suite_check_http(void);
+
+#endif