Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
111:3600389d1add
Child:
144:6bd5c54efc7d
diff -r 67c96c143c2a -r 3600389d1add tcp/https/https.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tcp/https/https.h	Sun Jan 20 20:31:41 2019 +0000
@@ -0,0 +1,5 @@
+#include <stdint.h>
+
+extern bool   HttpsTrace;
+extern void   HttpsHandleRequest(int   size, char* pRequestStream, uint32_t positionInRequestStream, int* pToDo);
+extern void   HttpsSendReply    (int* pSize, char* pReplyStream,   uint32_t positionInReplyStream, uint16_t mss, int todo);