1 2 3 4 5 6 7
#ifndef _PAGES_HEADER #define _PAGES_HEADER void gui_notifyVarChange(const char *name, const char* value); #endif // _PAGES_HEADER