Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SW_HTTPServer by
Diff: SW_HTTPServer.h
- Revision:
- 4:f34642902056
- Parent:
- 3:17928786bdb5
- Child:
- 5:c9b27e718054
--- a/SW_HTTPServer.h Mon Jun 24 20:02:01 2013 +0000 +++ b/SW_HTTPServer.h Tue Jun 25 16:37:06 2013 +0000 @@ -395,9 +395,9 @@ * * @param str is the string to write the address into, which should be at * least as large as "192.168.100.203" (16-bytes). - * @param size of the str buffer must be >=16, so it will not buffer overrun. + * @param strSize of the str buffer must be >=16, so it will not buffer overrun. */ - void GetRemoteAddr(char * str, int size); + void GetRemoteAddr(char * str, int strSize); /** * This is used to force a connection to close @@ -524,3 +524,4 @@ char HexPairToChar(char * p); }; #endif //SW_HTTPSERVER_H +