1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

fixed some warnings in ssltest

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@79 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2007-03-20 13:31:13 +00:00
parent 73dfbb7568
commit efdf49ba76
2 changed files with 11 additions and 14 deletions

View File

@ -111,6 +111,7 @@ typedef UINT32 uint32_t;
typedef INT32 int32_t;
typedef UINT64 uint64_t;
typedef INT64 int64_t;
typedef int socklen_t;
EXP_FUNC void STDCALL gettimeofday(struct timeval* t,void* timezone);
EXP_FUNC int STDCALL strcasecmp(const char *s1, const char *s2);