Index: sources/storage/StorageGlobals.h =================================================================== diff -u -r389f028cb9d4d320eae393de7c4408a58a619356 -rfb43510552969e9fb3c3f10ae693ba81ea7e8d52 --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 389f028cb9d4d320eae393de7c4408a58a619356) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision fb43510552969e9fb3c3f10ae693ba81ea7e8d52) @@ -113,6 +113,10 @@ extern const char *Brightness_Set; extern const char *Brightness_Get; + // RootSSHAccess + extern const char *RootSSHAccess_Set; + extern const char *RootSSHAccess_Get; + // Bluetooth extern const char *Bluetooth_Paired_Reset; extern const char *Bluetooth_Paired_Query;