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.
Dependents: oldheating gps motorhome heating
Diff: ip6/ip6addr.h
- Revision:
- 193:47a953ab571b
- Parent:
- 187:122fc1996c86
--- a/ip6/ip6addr.h Fri Jan 22 13:24:08 2021 +0000 +++ b/ip6/ip6addr.h Sun Jan 24 15:09:55 2021 +0000 @@ -2,6 +2,7 @@ #include <stdbool.h> extern int Ip6AddrToString(const char* ip, int size, char* text); +extern void Ip6AddrParse (const char *ip, char *address); extern int Ip6AddrLog (const char* ip); extern int Ip6AddrHttp (const char* ip);