Index: sources/storage/storageglobals.h =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -rd1907168ef46faa6de1ada400cad789f8379041f --- sources/storage/storageglobals.h (.../storageglobals.h) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ sources/storage/storageglobals.h (.../storageglobals.h) (revision d1907168ef46faa6de1ada400cad789f8379041f) @@ -24,6 +24,13 @@ extern const char *USB_File_System; // Log + 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 *SDCard_Base_Path_Name; }