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: page.h
- Revision:
- 2:14de8c14afd9
- Parent:
- 1:2d59bba34a1e
- Child:
- 12:237a0f75b4d0
diff -r 2d59bba34a1e -r 14de8c14afd9 page.h --- a/page.h Sun Jan 28 13:34:11 2018 +0000 +++ b/page.h Sun Jan 28 13:58:43 2018 +0000 @@ -1,7 +1,7 @@ #include <time.h> #include <stdint.h> -extern void PageAddHeader (const char* title, const char* style, const char* script); +extern void PageAddHeader (const char* site, const char* title, const char* style, const char* script); extern void PageAddNavItem (int highlight, char* href, char* title); extern void PageAddNav (int page); //This must be defined outwith the library