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: eth/nr6.h
- Revision:
- 61:aad055f1b0d1
- Parent:
- 50:492f2d2954e4
--- a/eth/nr6.h Sat Dec 16 14:39:50 2017 +0000 +++ b/eth/nr6.h Thu Jan 11 17:38:21 2018 +0000 @@ -1,3 +1,5 @@ +#include <stdbool.h> + extern bool Nr6Trace; extern void Nr6MakeRequestForNameFromIp(char* ip); @@ -7,7 +9,7 @@ extern void Nr6IpToName(char* ip, char* name); extern void Nr6NameToIp(char* name, char* ip); -extern void Nr6SendHttp(); +extern void Nr6SendHttp(void); -extern void Nr6Main(); -extern void Nr6Init(); +extern void Nr6Main(void); +extern void Nr6Init(void);