| 25 | } UpdateStructV1; |
| 26 | |
| 27 | void Display_Parameters(void) |
| 28 | { |
| 29 | printf("parameters:\n"); |
| 30 | printf("HashGenerator [stable_dol_path] stable_version [rc_dol_path] rc_version rc_number\n\n"); |
| 31 | printf("versioning is in x.x.x format\n"); |
| 32 | printf("-h : display this message\n"); |
| 33 | } |
| 34 | bool Data_Need_Swapping(void) |
| 35 | { |
| 36 | int test_var = 1; |