00001 00016 #ifndef __progress_h 00017 #define __progress_h 1 00018 00019 struct progress_struct { 00020 float progress; 00021 char message[1000]; 00022 }; 00023 00024 #endif