Index: sources/storage/StorageGlobals.h =================================================================== diff -u -r59625af31d9009df82fa48310b54c0f247e829fc -rfcdb1dfa21f3d5c02e549089c19ab7d57b19040c --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 59625af31d9009df82fa48310b54c0f247e829fc) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision fcdb1dfa21f3d5c02e549089c19ab7d57b19040c) @@ -144,4 +144,6 @@ // Device Start Software Update extern const char *Device_StartSoftwareUpdateScriptPath; + // Device Finalize Software Update + extern const char *Device_FinalizeSoftwareUpdateScriptPath; }