Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
144:6bd5c54efc7d
Parent:
140:9000ea70b220
--- a/tcp/http/httpsend.c	Thu May 09 07:47:12 2019 +0000
+++ b/tcp/http/httpsend.c	Sun May 12 17:17:49 2019 +0000
@@ -1,6 +1,7 @@
 #include <time.h>
 #include "tcpbuf.h"
 
+int  HttpGetLength() { return TcpBufLength(); }
 void HttpAddChar  (char c)                                                      {        TcpBufAddChar(c);                                 }
 void HttpFillChar (char c, int length)                                          {        TcpBufFillChar(c, length);                        }
 int  HttpAddText  (const char* text)                                            { return TcpBufAddText(text);                              }