Fixed issues with building Debian package
This commit is contained in:
parent
9094b61931
commit
d39c2fd8a2
6 changed files with 26 additions and 14 deletions
6
Rewind.h
6
Rewind.h
|
@ -53,9 +53,9 @@ extern "C"
|
|||
|
||||
struct RewindVersionData
|
||||
{
|
||||
uint32_t number; // Remote ID
|
||||
uint8_t service; // REWIND_SERVICE_*
|
||||
char version[0]; // Software version
|
||||
uint32_t number; // Remote ID
|
||||
uint8_t service; // REWIND_SERVICE_*
|
||||
char description[0]; // Software name and version
|
||||
};
|
||||
|
||||
struct RewindAddressData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue