rename global version_information and its struct type

This commit is contained in:
Philippe Teuwen
2021-08-21 20:11:22 +02:00
parent 1d11e6d153
commit 8280fc3c07
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
#define PACKED __attribute__((packed))
#define VERSION_INFORMATION_MAGIC 0x56334d50 // "PM3V"
struct version_information {
struct version_information_t {
int magic; /* Magic sequence to identify this as a correct version information structure. Must be VERSION_INFORMATION_MAGIC */
char versionversion; /* Must be 1 */
char present; /* 1 if the version information could be created at compile time, otherwise 0 and the remaining fields (except for magic) are empty */