Index: sources/storage/storageglobals.h =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r7edcaf054062754370e0abd165f17ca9941b7d07 --- sources/storage/storageglobals.h (.../storageglobals.h) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/storage/storageglobals.h (.../storageglobals.h) (revision 7edcaf054062754370e0abd165f17ca9941b7d07) @@ -24,6 +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 ; }