Index: sources/storage/StorageGlobals.h =================================================================== diff -u -r5600d2133dd0ea6dc1f733aa78bd26e2a4892a38 -r2085962f7bd0a2239ee5c857928a11d5e38fe0a2 --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 5600d2133dd0ea6dc1f733aa78bd26e2a4892a38) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 2085962f7bd0a2239ee5c857928a11d5e38fe0a2) @@ -42,6 +42,9 @@ // Wifi extern const char *Wifi_Scripts_Dir; extern const char *Wifi_Generate_WPA_Supplicant; + extern const char *Wifi_Read_DNS; + extern const char *Wifi_Read_Gateway; + extern const char *Wifi_Read_IP_Settings; extern const char *Wifi_Get_Auto_Assigned_IP; extern const char *Wifi_Reset_Adapter; extern const char *Wifi_Reset_Interface;