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/icmp/ndp/ndp.h
- Revision:
- 187:122fc1996c86
- Parent:
- 172:9bc3c7b2cca1
--- a/ip6/icmp/ndp/ndp.h Sat Jan 16 18:34:32 2021 +0000 +++ b/ip6/icmp/ndp/ndp.h Mon Jan 18 18:23:46 2021 +0000 @@ -40,5 +40,3 @@ extern void NdpDecodeOptions (char* pData, int dataLength, char* srcMac, char* dstMac); extern void NdpLogOptionsVerbose(char* pData, int dataLength); extern void NdpLogOptionsQuiet (char* pData, int dataLength); - -extern bool NdpIpNeedsToBeRouted(char* ip);