Index: sources/storage/StorageGlobals.h =================================================================== diff -u -r64d87d540594252e8039ab2595016d98f1e3cc28 -rb8dd541d377ad1e8d7b988ce0163d99bff53843f --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 64d87d540594252e8039ab2595016d98f1e3cc28) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision b8dd541d377ad1e8d7b988ce0163d99bff53843f) @@ -24,5 +24,13 @@ extern const char *USB_File_System; // Log - extern const char *SDCard_Base_Path_Name; + extern const char *Log_Base_Path_Name ; + extern const char *Log_Base_Path_Name_Location; + extern const char *Log_File_Name ; + + // Treatment + extern const char *Treatment_Profiles_Dir ; + extern const char *Treatment_Parameter_Ranges_Path ; + extern const char *Treatment_Parameter_Ranges_Path_CSV ; + extern const char *SDCard_Base_Path_Name ; }