mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
rename global version_information and its struct type
This commit is contained in:
parent
1d11e6d153
commit
8280fc3c07
9 changed files with 11 additions and 11 deletions
|
@ -41,7 +41,7 @@
|
|||
# define NTIME(n) for (int _index = 0; _index < n; _index++)
|
||||
#endif
|
||||
|
||||
extern struct version_information version_information;
|
||||
extern struct version_information_t g_version_information;
|
||||
void FormatVersionInformation(char *dst, int len, const char *prefix, void *version_info);
|
||||
|
||||
uint32_t reflect(uint32_t v, int b); // used in crc.c ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue