1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-14 08:03:09 +03:00

Fixed issue with WiFiWebClient, WiFiPachubeClient, WiFiTwitterClient

This commit is contained in:
Mimmo La Fauci
2012-03-13 12:21:54 +01:00
parent c487d387ce
commit f8817eec89
11 changed files with 112 additions and 32 deletions

View File

@@ -216,6 +216,8 @@ typedef struct sData
struct pbuf;
void init_pBuf();
void insert_pBuf(struct pbuf* q, uint8_t sock, void* _pcb);
tData* get_pBuf(uint8_t sock);