Index: sources/storage/StorageGlobals.h =================================================================== diff -u -raf8d98b36b427e2b5f4d6659fcf3b58ee79eab6a -r0e122c98700951af539d9f47c5578e26d640fcc7 --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision af8d98b36b427e2b5f4d6659fcf3b58ee79eab6a) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 0e122c98700951af539d9f47c5578e26d640fcc7) @@ -113,4 +113,7 @@ // Bluetooth extern const char *Bluetooth_Paired_Reset; extern const char *Bluetooth_Paired_Query; + + // Encrypted Partision - cryptsetup + extern const char *Crypt_Setup; }