Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
144:6bd5c54efc7d
Parent:
111:3600389d1add
--- a/tcp/https/https.h	Thu May 09 07:47:12 2019 +0000
+++ b/tcp/https/https.h	Sun May 12 17:17:49 2019 +0000
@@ -1,5 +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);
+extern void   HttpsHandleRequest(int   size, char* pRequestStream, uint32_t positionInRequestStream, void* pAppData);
+extern int    HttpsSendReply    (int* pSize, char* pReplyStream,   uint32_t positionInReplyStream, uint16_t mss, void* pAppData);